| Package | Description |
|---|---|
| org.apache.flink.streaming.api | |
| org.apache.flink.streaming.api.environment |
| Modifier and Type | Method and Description |
|---|---|
static CheckpointingMode |
CheckpointingMode.convertFromCheckpointingMode(org.apache.flink.core.execution.CheckpointingMode semantic)
Deprecated.
|
static CheckpointingMode |
CheckpointingMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CheckpointingMode[] |
CheckpointingMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.core.execution.CheckpointingMode |
CheckpointingMode.convertToCheckpointingMode(CheckpointingMode semantic)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static CheckpointingMode |
CheckpointConfig.DEFAULT_MODE
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<CheckpointingMode> |
ExecutionCheckpointingOptions.CHECKPOINTING_MODE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointingMode |
CheckpointConfig.getCheckpointingMode()
Deprecated.
Use
CheckpointConfig.getCheckpointingConsistencyMode() instead. |
CheckpointingMode |
StreamExecutionEnvironment.getCheckpointingMode()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StreamExecutionEnvironment |
StreamExecutionEnvironment.enableCheckpointing(long interval,
CheckpointingMode mode)
Deprecated.
|
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)
Deprecated.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.