public class WriteAheadLogCompleter extends Object
| Constructor and Description |
|---|
WriteAheadLogCompleter(WalOperations walOperations,
TransactionalOperations transactionalOperations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuspended() |
void |
resume()
You should call it when the data center had been switched into the active mode
|
void |
shutdown() |
void |
start() |
void |
suspend()
You should call it when the data center had been switched into the passive mode
|
public WriteAheadLogCompleter(WalOperations walOperations, TransactionalOperations transactionalOperations)
public void start()
public void shutdown()
public void suspend()
public boolean isSuspended()
public void resume()
Copyright © 2019. All rights reserved.