Package | Description |
---|---|
org.apache.flink.streaming.api | |
org.apache.flink.streaming.api.environment | |
org.apache.flink.streaming.api.graph | |
org.apache.flink.streaming.api.operators |
Modifier and Type | Method and Description |
---|---|
static CheckpointingMode |
CheckpointingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointingMode[] |
CheckpointingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static CheckpointingMode |
CheckpointConfig.DEFAULT_MODE
The default checkpoint mode: exactly once.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.flink.configuration.ConfigOption<CheckpointingMode> |
ExecutionCheckpointingOptions.CHECKPOINTING_MODE |
Modifier and Type | Method and Description |
---|---|
CheckpointingMode |
StreamExecutionEnvironment.getCheckpointingMode()
Returns the checkpointing mode (exactly-once vs.
|
CheckpointingMode |
CheckpointConfig.getCheckpointingMode()
Gets the checkpointing mode (exactly-once vs.
|
Modifier and Type | Method and Description |
---|---|
StreamExecutionEnvironment |
StreamExecutionEnvironment.enableCheckpointing(long interval,
CheckpointingMode mode)
Enables checkpointing for the streaming job.
|
StreamExecutionEnvironment |
StreamExecutionEnvironment.enableCheckpointing(long interval,
CheckpointingMode mode,
boolean force)
Deprecated.
Use
StreamExecutionEnvironment.enableCheckpointing(long, CheckpointingMode) instead. Forcing
checkpoints will be removed in the future. |
void |
CheckpointConfig.setCheckpointingMode(CheckpointingMode checkpointingMode)
Sets the checkpointing mode (exactly-once vs.
|
Modifier and Type | Method and Description |
---|---|
CheckpointingMode |
StreamConfig.getCheckpointMode() |
Modifier and Type | Method and Description |
---|---|
void |
StreamConfig.setCheckpointMode(CheckpointingMode mode) |
Modifier and Type | Method and Description |
---|---|
CheckpointingMode |
StreamingRuntimeContext.getCheckpointMode()
Returns the checkpointing mode.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.