Uses of Enum Class
com.tailf.conf.DiffIterateResultFlag
Package
Description
Package with methods for connecting to the configuration database.
Data types and utilities for communication with the server.
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
-
Uses of DiffIterateResultFlag in com.tailf.cdb
Modifier and TypeMethodDescriptionCdbDiffIterate.iterate
(ConfObject[] kp, DiffIterateOperFlag op, ConfObject oldValue, ConfObject newValue, Object initstate) Iterate through a set of changes -
Uses of DiffIterateResultFlag in com.tailf.conf
Modifier and TypeMethodDescriptionstatic DiffIterateResultFlag
DiffIterateResultFlag.valueOf
(int i) Returns the enum constant of this class with the specified name.static DiffIterateResultFlag
Returns the enum constant of this class with the specified name.static DiffIterateResultFlag[]
DiffIterateResultFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DiffIterateResultFlag in com.tailf.maapi
Modifier and TypeMethodDescriptionMaapiDiffIterate.iterate
(ConfObject[] kp, DiffIterateOperFlag op, ConfObject old_value, ConfObject new_value, Object initstate)