Package | Description |
---|---|
com.arjuna.ats.internal.arjuna.recovery |
Modifier and Type | Method and Description |
---|---|
PeriodicRecovery.Mode |
PeriodicRecovery.getMode()
fetch the current recovery operation mode either ENABLED, SUSPENDED or TERMINATED
Caveats: must only be called while synchronized on
PeriodicRecovery._stateLock |
PeriodicRecovery.Mode |
PeriodicRecovery.suspendScan(boolean async)
make all scanning operations suspend.
|
PeriodicRecovery.Mode |
RecoveryManagerImple.trySuspendScan(boolean async)
Suspend the recovery manager.
|
static PeriodicRecovery.Mode |
PeriodicRecovery.Mode.valueOf(String name)
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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.