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 class
DefaultSubtaskAttemptNumberStore
Simple container for subtask attempt counts backed by a list.Methods in org.apache.flink.runtime.executiongraph that return SubtaskAttemptNumberStore Modifier and Type Method Description SubtaskAttemptNumberStore
DefaultVertexAttemptNumberStore. getAttemptCounts(JobVertexID vertexId)
SubtaskAttemptNumberStore
VertexAttemptNumberStore. 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 void
ExecutionJobVertex. initialize(int executionHistorySizeLimit, Duration timeout, long createTimestamp, SubtaskAttemptNumberStore initialAttemptCounts)
protected void
ExecutionJobVertex. initialize(int executionHistorySizeLimit, Duration timeout, long createTimestamp, SubtaskAttemptNumberStore initialAttemptCounts, ExecutionPlanSchedulingContext executionPlanSchedulingContext)
-