Uses of Enum Class
com.tailf.conf.DiffIterateOperFlag
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 DiffIterateOperFlag 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 DiffIterateOperFlag in com.tailf.conf
Modifier and TypeMethodDescriptionstatic DiffIterateOperFlag
DiffIterateOperFlag.valueOf
(int i) Returns the enum constant of this class with the specified name.static DiffIterateOperFlag
Returns the enum constant of this class with the specified name.static DiffIterateOperFlag[]
DiffIterateOperFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DiffIterateOperFlag in com.tailf.maapi
Modifier and TypeMethodDescriptionMaapiDiffIterate.iterate
(ConfObject[] kp, DiffIterateOperFlag op, ConfObject old_value, ConfObject new_value, Object initstate)