Uses of Interface
org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
Packages that use InternalExecutionGraphAccessor Package Description org.apache.flink.runtime.executiongraph -
-
Uses of InternalExecutionGraphAccessor in org.apache.flink.runtime.executiongraph
Classes in org.apache.flink.runtime.executiongraph that implement InternalExecutionGraphAccessor Modifier and Type Class Description class
DefaultExecutionGraph
Default implementation of theExecutionGraph
.Methods in org.apache.flink.runtime.executiongraph that return InternalExecutionGraphAccessor Modifier and Type Method Description InternalExecutionGraphAccessor
ExecutionVertex. getExecutionGraphAccessor()
InternalExecutionGraphAccessor
ExecutionJobVertex. getGraph()
Constructors in org.apache.flink.runtime.executiongraph with parameters of type InternalExecutionGraphAccessor Constructor Description ExecutionJobVertex(InternalExecutionGraphAccessor graph, JobVertex jobVertex, VertexParallelismInformation parallelismInfo, CoordinatorStore coordinatorStore, JobManagerJobMetricGroup jobManagerJobMetricGroup)
SpeculativeExecutionJobVertex(InternalExecutionGraphAccessor graph, JobVertex jobVertex, VertexParallelismInformation parallelismInfo, CoordinatorStore coordinatorStore, JobManagerJobMetricGroup jobManagerJobMetricGroup)
-