Uses of Enum Class
com.tailf.conf.DiffIterateFlags
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.
-
Uses of DiffIterateFlags in com.tailf.cdb
Modifier and TypeMethodDescriptionvoid
CdbSubscription.diffIterate
(int subid, CdbDiffIterate iter, EnumSet<DiffIterateFlags> flags, Object initstate) Iterate over changes made in CDB with additional supplied flags. -
Uses of DiffIterateFlags in com.tailf.conf
Modifier and TypeMethodDescriptionstatic DiffIterateFlags
DiffIterateFlags.valueOf
(int i) Returns the enum constant of this class with the specified name.static DiffIterateFlags
Returns the enum constant of this class with the specified name.static DiffIterateFlags[]
DiffIterateFlags.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DiffIterateFlags in com.tailf.maapi
Modifier and TypeMethodDescriptionvoid
Maapi.diffIterate
(int tid, Object initstate, EnumSet<DiffIterateFlags> flags, MaapiDiffIterate iter, ConfPath path) Iterates through the transaction diff.