public class GridCacheDatabaseSharedManager.Checkpointer extends GridWorker
isCancelled, log| Modifier | Constructor and Description |
|---|---|
protected |
Checkpointer(String gridName,
String name,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
body()
The implementation should provide the execution body for this runnable.
|
void |
cancel()
Cancels this runnable interrupting actual runner.
|
void |
shutdownNow() |
IgniteInternalFuture |
wakeupForSnapshotCreation(SnapshotOperation snapshotOperation) |
cleanup, igniteInstanceName, isCancelled, isDone, join, name, run, runner, toStringprotected Checkpointer(@Nullable
String gridName,
String name,
IgniteLogger log)
gridName - Grid name.name - Thread name.log - Logger.protected void body()
throws InterruptedException,
IgniteInterruptedCheckedException
body in class GridWorkerInterruptedException - Thrown in case of interruption.IgniteInterruptedCheckedException - If interrupted.public IgniteInternalFuture wakeupForSnapshotCreation(SnapshotOperation snapshotOperation)
snapshotOperation - Snapshot operation.public void cancel()
cancel in class GridWorkerpublic void shutdownNow()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018