Uses of Enum Class
com.tailf.conf.ConfIterateFlags
Package
Description
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 ConfIterateFlags in com.tailf.conf
Modifier and TypeMethodDescriptionstatic ConfIterateFlags
ConfIterateFlags.valueOf
(int i) Returns the enum constant of this class with the specified name.static ConfIterateFlags
Returns the enum constant of this class with the specified name.static ConfIterateFlags[]
ConfIterateFlags.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfIterateFlags in com.tailf.maapi
Modifier and TypeMethodDescriptionvoid
Maapi.iterate
(int tid, Object initstate, EnumSet<ConfIterateFlags> flags, MaapiIterate iter, ConfPath path) Iterates through all the data in a transaction.