Package | Description |
---|---|
com.tailf.cdb |
Package with methods for connecting to the configuration database.
|
com.tailf.conf |
Data types and utilities for communication with the server.
|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Method and Description |
---|---|
void |
CdbSubscription.CLIdiffIterate(int subid,
CdbCLIDiffIterate iter,
EnumSet<DiffIterateFlags> flags,
Object initstate)
(CLI)Iterate over changes made in CDB.
|
void |
CdbSubscription.diffIterate(int subid,
CdbDiffIterate iter,
EnumSet<DiffIterateFlags> flags,
Object initstate)
Iterate over changes made in CDB with additional supplied flags.
|
Modifier and Type | Method and Description |
---|---|
static DiffIterateFlags |
DiffIterateFlags.valueOf(int i) |
static DiffIterateFlags |
DiffIterateFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffIterateFlags[] |
DiffIterateFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Maapi.diffIterate(int tid,
Object initstate,
EnumSet<DiffIterateFlags> flags,
MaapiDiffIterate iter,
ConfPath path)
Iterates through the transaction diff.
|
Modifier and Type | Method and Description |
---|---|
NavuCdbSubscriber |
NavuCdbSubscriber.register(NavuCdbDiffIterate cb,
ConfPath path,
EnumSet<DiffIterateFlags> diffIterFlags)
Deprecated.
Register a user provided callback with a specified path with additional
iteration flags.
|
NavuCdbSubscriber |
NavuCdbConfigSubscriber.register(NavuCdbDiffIterate cb,
ConfPath path,
EnumSet<DiffIterateFlags> flags)
Deprecated.
Registers a subscription item onto the
NavuCdbConfigSubscriber
with a given user provided callback that will be invoked on
Cdb notifications. |
NavuCdbSubscriber |
NavuCdbOperSubscriber.register(NavuCdbDiffIterate cb,
ConfPath path,
EnumSet<DiffIterateFlags> flags)
Deprecated.
Registers a subscription item onto the this
NavuCdbOperSubscriber
with a given user provided callback that will be invoked on
Cdb notifications. |
NavuCdbSubscriber |
NavuCdbSubscriber.register(NavuCdbDiffIterate cb,
NavuNode node,
EnumSet<DiffIterateFlags> diffIterFlags)
Deprecated.
Register a user provided callback with a specified NavuNode with
additional iteration flags.
|
NavuCdbSubscriber |
NavuCdbConfigSubscriber.register(NavuCdbDiffIterate cb,
NavuNode node,
EnumSet<DiffIterateFlags> flags)
Deprecated.
Registers a subscription item onto the
NavuCdbConfigSubscriber
with a given user provided callback that will be invoked on
Cdb notifications. |
NavuCdbSubscriber |
NavuCdbOperSubscriber.register(NavuCdbDiffIterate cb,
NavuNode node,
EnumSet<DiffIterateFlags> flags)
Deprecated.
Registers a subscription item onto the this
NavuCdbOperSubscriber
with a given user provided callback that will be invoked on
Cdb notifications. |