Package | Description |
---|---|
org.apache.flink.streaming.api.environment | |
org.apache.flink.streaming.api.graph | |
org.apache.flink.streaming.api.operators.collect |
Modifier and Type | Field and Description |
---|---|
protected CheckpointConfig |
StreamExecutionEnvironment.checkpointCfg
Settings that control the checkpointing behavior.
|
Modifier and Type | Method and Description |
---|---|
CheckpointConfig |
StreamExecutionEnvironment.getCheckpointConfig()
Gets the checkpoint config, which defines values like checkpoint interval, delay between
checkpoints, etc.
|
Constructor and Description |
---|
CheckpointConfig(CheckpointConfig checkpointConfig)
Creates a deep copy of the provided
CheckpointConfig . |
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) |
StreamGraphGenerator(List<org.apache.flink.api.dag.Transformation<?>> transformations,
org.apache.flink.api.common.ExecutionConfig executionConfig,
CheckpointConfig checkpointConfig,
org.apache.flink.configuration.ReadableConfig configuration) |
Constructor and Description |
---|
CollectResultIterator(CompletableFuture<org.apache.flink.runtime.jobgraph.OperatorID> operatorIdFuture,
org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer,
String accumulatorName,
CheckpointConfig checkpointConfig) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.