public class CheckpointOptions extends Object implements Serializable
The CheckpointProperties are related and cover properties that
are only relevant at the CheckpointCoordinator. These options are
relevant at the AbstractInvokable instances running on task managers.
| Constructor and Description |
|---|
CheckpointOptions(CheckpointType checkpointType,
CheckpointStorageLocationReference targetLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CheckpointOptions |
forCheckpointWithDefaultLocation() |
CheckpointType |
getCheckpointType()
Returns the type of checkpoint to perform.
|
CheckpointStorageLocationReference |
getTargetLocation()
Returns the target location for the checkpoint.
|
int |
hashCode() |
String |
toString() |
public CheckpointOptions(CheckpointType checkpointType, CheckpointStorageLocationReference targetLocation)
public CheckpointType getCheckpointType()
public CheckpointStorageLocationReference getTargetLocation()
public static CheckpointOptions forCheckpointWithDefaultLocation()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.