Uses of Enum
com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.Mode
-
Uses of PeriodicRecovery.Mode in com.arjuna.ats.internal.arjuna.recovery
Modifier and TypeMethodDescriptionPeriodicRecovery.getMode()
fetch the current recovery operation mode either ENABLED, SUSPENDED or TERMINATED Caveats: must only be called while synchronized onPeriodicRecovery._stateLock
PeriodicRecovery.suspendScan
(boolean async) Make all scanning operations suspend.RecoveryManagerImple.trySuspendScan
(boolean async) Suspend the recovery manager.static PeriodicRecovery.Mode
Returns the enum constant of this type with the specified name.static PeriodicRecovery.Mode[]
PeriodicRecovery.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.