Uses of Class
org.apache.flink.runtime.checkpoint.VertexFinishedStateChecker
-
Packages that use VertexFinishedStateChecker Package Description org.apache.flink.runtime.checkpoint -
-
Uses of VertexFinishedStateChecker in org.apache.flink.runtime.checkpoint
Constructor parameters in org.apache.flink.runtime.checkpoint with type arguments of type VertexFinishedStateChecker Constructor Description CheckpointCoordinator(org.apache.flink.api.common.JobID job, CheckpointCoordinatorConfiguration chkConfig, Collection<OperatorCoordinatorCheckpointContext> coordinatorsToCheckpoint, CheckpointIDCounter checkpointIDCounter, CompletedCheckpointStore completedCheckpointStore, CheckpointStorage checkpointStorage, Executor executor, CheckpointsCleaner checkpointsCleaner, org.apache.flink.util.concurrent.ScheduledExecutor timer, CheckpointFailureManager failureManager, CheckpointPlanCalculator checkpointPlanCalculator, org.apache.flink.util.clock.Clock clock, CheckpointStatsTracker statsTracker, BiFunction<Set<ExecutionJobVertex>,Map<OperatorID,OperatorState>,VertexFinishedStateChecker> vertexFinishedStateCheckerFactory)
-