Uses of Enum Class
com.tailf.conf.DiffIterateFlags
Packages that use 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
Method parameters in com.tailf.cdb with type arguments of type DiffIterateFlagsModifier 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
Methods in com.tailf.conf that return DiffIterateFlagsModifier 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
Method parameters in com.tailf.maapi with type arguments of type DiffIterateFlagsModifier and TypeMethodDescriptionvoid
Maapi.diffIterate
(int tid, Object initstate, EnumSet<DiffIterateFlags> flags, MaapiDiffIterate iter, ConfPath path) Iterates through the transaction diff.