Uses of Class
org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
Packages that use ArchivedExecutionVertex Package Description org.apache.flink.runtime.executiongraph -
-
Uses of ArchivedExecutionVertex in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ArchivedExecutionVertex Modifier and Type Method Description ArchivedExecutionVertex
ExecutionVertex. archive()
ArchivedExecutionVertex
SpeculativeExecutionVertex. archive()
ArchivedExecutionVertex[]
ArchivedExecutionJobVertex. getTaskVertices()
Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ArchivedExecutionVertex Modifier and Type Method Description Iterable<ArchivedExecutionVertex>
ArchivedExecutionGraph. getAllExecutionVertices()
Constructors in org.apache.flink.runtime.executiongraph with parameters of type ArchivedExecutionVertex Constructor Description ArchivedExecutionJobVertex(ArchivedExecutionVertex[] taskVertices, JobVertexID id, String name, int parallelism, int maxParallelism, SlotSharingGroup slotSharingGroup, ResourceProfile resourceProfile, StringifiedAccumulatorResult[] archivedUserAccumulators)
-