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 |
---|---|
DiffIterateResultFlag |
CdbDiffIterate.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject oldValue,
ConfObject newValue,
Object initstate)
Iterate through a set of changes
|
Modifier and Type | Method and Description |
---|---|
static DiffIterateOperFlag |
DiffIterateOperFlag.valueOf(int i) |
static DiffIterateOperFlag |
DiffIterateOperFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffIterateOperFlag[] |
DiffIterateOperFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiffIterateResultFlag |
MaapiDiffIterate.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject old_value,
ConfObject new_value,
Object initstate) |
Modifier and Type | Method and Description |
---|---|
DiffIterateOperFlag |
NavuNode.getChange()
Deprecated.
|
DiffIterateOperFlag |
NavuChange.getChange() |
DiffIterateOperFlag |
NavuNode.getChangeFlag()
Returns the latest change that this
NavuNode has
been a subject to by a transaction. |
DiffIterateOperFlag |
NavuList.getChangeFlag() |
DiffIterateOperFlag |
NavuLeaf.getChangeFlag() |
DiffIterateOperFlag |
NavuAction.getChangeFlag() |
Modifier and Type | Method and Description |
---|---|
List<NavuNode> |
NavuNode.getChanges(boolean emitSubTree,
DiffIterateOperFlag... forOps)
Deprecated.
|
List<NavuNode> |
NavuAction.getChanges(boolean emitSubtree,
DiffIterateOperFlag... forOps) |
List<NavuNode> |
NavuNode.getChanges(NavuContext delContext,
boolean emitSubTree,
DiffIterateOperFlag... forOps)
Return the descendant
NavuNode including this
NavuNode that has been affected by the
current MAAPI transaction. |
List<NavuNode> |
NavuAction.getChanges(NavuContext delContext,
boolean emitSubtree,
DiffIterateOperFlag... forOps) |
DiffIterateResultFlag |
NavuContainer.iterate(ConfObject[] kp,
DiffIterateOperFlag op,
ConfObject oldValue,
ConfObject newValue,
Object state) |
void |
NavuChange.setChange(DiffIterateOperFlag op)
Sets the change type.
|
NavuNode |
NavuList.setChange(List<ConfObject> path,
DiffIterateOperFlag op,
ConfValue oldValue,
NavuContext delContext) |
NavuNode |
NavuLeaf.setChange(List<ConfObject> kp,
DiffIterateOperFlag op,
ConfValue oldValue,
NavuContext delContext) |
NavuNode |
NavuContainer.setChange(List<ConfObject> path,
DiffIterateOperFlag op,
ConfValue oldValue,
NavuContext delContext) |
NavuNode |
NavuAction.setChange(List<ConfObject> kp,
DiffIterateOperFlag op,
ConfValue oldValue,
NavuContext delContext)
Sets the change type on a node.
|