Package | Description |
---|---|
org.apache.flink.runtime.checkpoint | |
org.apache.flink.runtime.executiongraph |
Modifier and Type | Method and Description |
---|---|
void |
CheckpointCoordinator.setCheckpointStatsTracker(CheckpointStatsTracker statsTracker)
Sets the checkpoint stats tracker.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionGraph.enableCheckpointing(CheckpointCoordinatorConfiguration chkConfig,
List<ExecutionJobVertex> verticesToTrigger,
List<ExecutionJobVertex> verticesToWaitFor,
List<ExecutionJobVertex> verticesToCommitTo,
List<MasterTriggerRestoreHook<?>> masterHooks,
CheckpointIDCounter checkpointIDCounter,
CompletedCheckpointStore checkpointStore,
StateBackend checkpointStateBackend,
CheckpointStatsTracker statsTracker) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.