| Package | Description |
|---|---|
| org.apache.flink.streaming.api.environment | |
| org.apache.flink.streaming.api.graph |
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfig |
StreamExecutionEnvironment.getCheckpointConfig()
Gets the checkpoint config, which defines values like checkpoint interval, delay between
checkpoints, etc.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfig |
StreamGraph.getCheckpointConfig() |
| Constructor and Description |
|---|
StreamGraph(org.apache.flink.api.common.ExecutionConfig executionConfig,
CheckpointConfig checkpointConfig,
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings savepointRestoreSettings) |
StreamGraphGenerator(List<org.apache.flink.api.dag.Transformation<?>> transformations,
org.apache.flink.api.common.ExecutionConfig executionConfig,
CheckpointConfig checkpointConfig) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.