Uses of Interface
com.tailf.maapi.MaapiRetryableOp
Packages that use MaapiRetryableOp
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MaapiRetryableOp in com.tailf.maapi
Methods in com.tailf.maapi with parameters of type MaapiRetryableOpModifier and TypeMethodDescriptionboolean
Maapi.ncsRunWithRetry
(MaapiRetryableOp op) Runop
with a new read-write transaction against the RUNNING datastore.boolean
Maapi.ncsRunWithRetry
(MaapiRetryableOp op, int maxNumRetries, CommitParams commitParams) Runop
with a new read-write transaction against the RUNNING datastore.boolean
Maapi.ncsRunWithRetry
(MaapiRetryableOp op, int maxNumRetries, CommitParams commitParams, int usid, EnumSet<MaapiFlag> flags) Runop
with a new read-write transaction against the RUNNING datastore.