Uses of Enum Class
com.tailf.maapi.MaapiFlag
Packages that use MaapiFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MaapiFlag in com.tailf.maapi
Methods in com.tailf.maapi that return MaapiFlagModifier and TypeMethodDescriptionstatic MaapiFlag
Returns the enum constant of this class with the specified name.static MaapiFlag[]
MaapiFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.tailf.maapi with type arguments of type MaapiFlagModifier and TypeMethodDescriptionboolean
Maapi.ncsRunWithRetry
(MaapiRetryableOp op, int maxNumRetries, CommitParams commitParams, int usid, EnumSet<MaapiFlag> flags) Runop
with a new read-write transaction against the RUNNING datastore.void
This method can modify some aspects of the read/write session, see MaapiFlag The flags are an Enumset ofMaapiFlag
int
Maapi.startTransFlags
(int dbname, int mode, int usid, EnumSet<MaapiFlag> flags) Start a new transaction towards the specified databasedbname
with a transaction modemode
with additionalflags
to control read/write sessions.