| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.environment | |
| org.apache.flink.streaming.api.graph |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointConfig |
StreamExecutionEnvironment.getCheckpointConfig()
Gets the checkpoint config, which defines values like checkpoint interval, delay between
checkpoints, etc.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointConfig |
StreamGraph.getCheckpointConfig() |
| 构造器和说明 |
|---|
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–2021 The Apache Software Foundation. All rights reserved.