Uses of Class
org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
Packages that use ArchivedExecutionVertex
-
Uses of ArchivedExecutionVertex in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ArchivedExecutionVertexModifier and TypeMethodDescriptionExecutionVertex.archive()SpeculativeExecutionVertex.archive()ArchivedExecutionJobVertex.getTaskVertices()Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ArchivedExecutionVertexConstructors in org.apache.flink.runtime.executiongraph with parameters of type ArchivedExecutionVertexModifierConstructorDescriptionArchivedExecutionJobVertex(ArchivedExecutionVertex[] taskVertices, JobVertexID id, String name, int parallelism, int maxParallelism, SlotSharingGroup slotSharingGroup, ResourceProfile resourceProfile, StringifiedAccumulatorResult[] archivedUserAccumulators)