| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Method and Description |
|---|---|
CheckpointType |
CheckpointProperties.getCheckpointType()
Gets the type of the checkpoint (checkpoint / savepoint).
|
CheckpointType |
CheckpointOptions.getCheckpointType()
Returns the type of checkpoint to perform.
|
static CheckpointType |
CheckpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointType[] |
CheckpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CheckpointOptions(CheckpointType checkpointType,
CheckpointStorageLocationReference targetLocation) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.