Package | Description |
---|---|
org.apache.flink.runtime.checkpoint | |
org.apache.flink.runtime.jobgraph.tasks |
Modifier and Type | Method and Description |
---|---|
static CheckpointRetentionPolicy |
CheckpointRetentionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointRetentionPolicy[] |
CheckpointRetentionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CheckpointProperties |
CheckpointProperties.forCheckpoint(CheckpointRetentionPolicy policy)
Creates the checkpoint properties for a checkpoint.
|
Modifier and Type | Method and Description |
---|---|
CheckpointRetentionPolicy |
CheckpointCoordinatorConfiguration.getCheckpointRetentionPolicy() |
Constructor and Description |
---|
CheckpointCoordinatorConfiguration(long checkpointInterval,
long checkpointTimeout,
long minPauseBetweenCheckpoints,
int maxConcurrentCheckpoints,
CheckpointRetentionPolicy checkpointRetentionPolicy,
boolean isExactlyOnce,
boolean isPreferCheckpointForRecovery,
int tolerableCpFailureNumber) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.