Product Documentation

V9 Update Guide

Previous Topic

Next Topic

Retrieve c-tree Configuration with c-treeDB

New functions and methods were added to c-treeDB to retrieve FairCom DB system configuration values as well as important dynamic aspects of the system, such as the memory usage and the number of files in use. To determine if a particular system configuration option is active, call ctdbGetSystemConfig(), passing the corresponding pre-defined constant for that option, and check if the value returned is non-zero.

c-treeDB C API

  • ctdbGetSystemConfig()

c-treeDB C++ API

  • CTBase::GetSystemConfig().

TOCIndex