1CONFDB_OVERVIEW(8)Corosync Cluster Engine Programmer's ManualCONFDB_OVERVIEW(8)
2
3
4
6 confdb_overview - Confdb Library Overview
7
9 The CONFDB library is delivered with the corosync project. This
10 library is used to examine manipulate the configuration database used
11 by corosync.
12
13 The library provides a mechanism to:
14
15 * Create new objects
16
17 * Create new key/value pairs within those objects
18
19 * Remove existing keys
20
21 * Remove an existing object and all it sub-objects and keys
22
23 * Read keys and values
24
25 * Iterate keys within an object
26
27 * Iterate subobjects within a parent object
28
29 * Find a named object
30
32 This software is not yet production, so there may still be some bugs.
33
35 confdb_initialize(3), confdb_finalize(3), confdb_fd_get(3), confdb_dis‐
36 patch(3), confdb_object_create(3), confdb_object_destroy(3),
37 confdb_object_parent_get(3), confdb_key_create(3),
38 confdb_key_delete(3), confdb_key_get(3), confdb_key_replace(3),
39 confdb_object_find_start(3), confdb_object_find(3),
40 confdb_object_iter_start(3), confdb_object_iter(3),
41 confdb_key_iter_start(3), confdb_key_iter(3),
42
43corosync Man Page 2006-03-06 CONFDB_OVERVIEW(8)