Uses of Enum Class
com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.Mode
Packages that use PeriodicRecovery.Mode
-
Uses of PeriodicRecovery.Mode in com.arjuna.ats.internal.arjuna.recovery
Methods in com.arjuna.ats.internal.arjuna.recovery that return PeriodicRecovery.ModeModifier 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.PeriodicRecovery.suspendScan
(boolean async, boolean waitForWorkLeftToDo) Make all scanning operations suspend.RecoveryManagerImple.trySuspendScan
(boolean async) RecoveryManagerImple.trySuspendScan
(boolean async, boolean waitForWorkLeftToDo) Suspend the recovery manager.static PeriodicRecovery.Mode
Returns the enum constant of this class with the specified name.static PeriodicRecovery.Mode[]
PeriodicRecovery.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.