public interface Checkpoint
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Checkpoint.DiscardObject
Extra interface for discarding the checkpoint.
|
| Modifier and Type | Field and Description |
|---|---|
static Checkpoint.DiscardObject |
NOOP_DISCARD_OBJECT |
| Modifier and Type | Method and Description |
|---|---|
long |
getCheckpointID() |
Checkpoint.DiscardObject |
markAsDiscarded()
This method precede the
Checkpoint.DiscardObject.discard() method and should be called from the
CheckpointCoordinator(under the lock) while Checkpoint.DiscardObject.discard() can be
called from any thread/place. |
static final Checkpoint.DiscardObject NOOP_DISCARD_OBJECT
long getCheckpointID()
Checkpoint.DiscardObject markAsDiscarded()
Checkpoint.DiscardObject.discard() method and should be called from the
CheckpointCoordinator(under the lock) while Checkpoint.DiscardObject.discard() can be
called from any thread/place.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.