public class AtomicActionRecoveryModule extends Object implements RecoveryModule
Modifier | Constructor and Description |
---|---|
|
AtomicActionRecoveryModule() |
protected |
AtomicActionRecoveryModule(String type) |
Modifier and Type | Method and Description |
---|---|
void |
periodicWorkFirstPass()
This is called periodically by the RecoveryManager
|
void |
periodicWorkSecondPass()
Called by the RecoveryManager RECOVERY_BACKOFF_PERIOD seconds
after the completion of the first pass
|
public AtomicActionRecoveryModule()
protected AtomicActionRecoveryModule(String type)
public void periodicWorkFirstPass()
periodicWorkFirstPass
in interface RecoveryModule
public void periodicWorkSecondPass()
RecoveryModule
periodicWorkSecondPass
in interface RecoveryModule
Copyright © 2021 JBoss by Red Hat. All rights reserved.