Uses of Interface
org.apache.flink.runtime.executiongraph.SubtaskAttemptNumberStore
-
Packages that use SubtaskAttemptNumberStore Package Description org.apache.flink.runtime.executiongraph -
-
Uses of SubtaskAttemptNumberStore in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement SubtaskAttemptNumberStore Modifier and Type Class Description classDefaultSubtaskAttemptNumberStoreSimple container for subtask attempt counts backed by a list.Methods in org.apache.flink.runtime.executiongraph that return SubtaskAttemptNumberStore Modifier and Type Method Description SubtaskAttemptNumberStoreDefaultVertexAttemptNumberStore. getAttemptCounts(JobVertexID vertexId)SubtaskAttemptNumberStoreVertexAttemptNumberStore. getAttemptCounts(JobVertexID vertexId)Returns the attempt numbers for the given vertex.Methods in org.apache.flink.runtime.executiongraph with parameters of type SubtaskAttemptNumberStore Modifier and Type Method Description protected voidExecutionJobVertex. initialize(int executionHistorySizeLimit, Duration timeout, long createTimestamp, SubtaskAttemptNumberStore initialAttemptCounts)protected voidExecutionJobVertex. initialize(int executionHistorySizeLimit, Duration timeout, long createTimestamp, SubtaskAttemptNumberStore initialAttemptCounts, ExecutionPlanSchedulingContext executionPlanSchedulingContext)
-