Uses of Enum Class
com.tailf.conf.DiffIterateOperFlag
Packages that use 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
Methods in com.tailf.cdb with parameters of type DiffIterateOperFlagModifier 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
Methods in com.tailf.conf that return DiffIterateOperFlagModifier 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
Methods in com.tailf.maapi with parameters of type DiffIterateOperFlagModifier and TypeMethodDescriptionMaapiDiffIterate.iterate
(ConfObject[] kp, DiffIterateOperFlag op, ConfObject old_value, ConfObject new_value, Object initstate)