Uses of Class
org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
Packages that use ArchivedExecutionJobVertex Package Description org.apache.flink.runtime.executiongraph -
-
Uses of ArchivedExecutionJobVertex in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ArchivedExecutionJobVertex Modifier and Type Method Description ArchivedExecutionJobVertex
ExecutionJobVertex. archive()
ArchivedExecutionJobVertex
ArchivedExecutionGraph. getJobVertex(JobVertexID id)
Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ArchivedExecutionJobVertex Modifier and Type Method Description Iterable<ArchivedExecutionJobVertex>
ArchivedExecutionGraph. getVerticesTopologically()
Constructor parameters in org.apache.flink.runtime.executiongraph with type arguments of type ArchivedExecutionJobVertex Constructor Description ArchivedExecutionGraph(org.apache.flink.api.common.JobID jobID, String jobName, Map<JobVertexID,ArchivedExecutionJobVertex> tasks, List<ArchivedExecutionJobVertex> verticesInCreationOrder, long[] stateTimestamps, org.apache.flink.api.common.JobStatus state, JobType jobType, ErrorInfo failureCause, String jsonPlan, StringifiedAccumulatorResult[] archivedUserAccumulators, Map<String,org.apache.flink.util.SerializedValue<org.apache.flink.util.OptionalFailure<Object>>> serializedUserAccumulators, org.apache.flink.api.common.ArchivedExecutionConfig executionConfig, boolean isStoppable, CheckpointCoordinatorConfiguration jobCheckpointingConfiguration, CheckpointStatsSnapshot checkpointStatsSnapshot, String stateBackendName, String checkpointStorageName, org.apache.flink.util.TernaryBoolean stateChangelogEnabled, String changelogStorageName, String streamGraphJson, int pendingOperatorCount)
ArchivedExecutionGraph(org.apache.flink.api.common.JobID jobID, String jobName, Map<JobVertexID,ArchivedExecutionJobVertex> tasks, List<ArchivedExecutionJobVertex> verticesInCreationOrder, long[] stateTimestamps, org.apache.flink.api.common.JobStatus state, JobType jobType, ErrorInfo failureCause, String jsonPlan, StringifiedAccumulatorResult[] archivedUserAccumulators, Map<String,org.apache.flink.util.SerializedValue<org.apache.flink.util.OptionalFailure<Object>>> serializedUserAccumulators, org.apache.flink.api.common.ArchivedExecutionConfig executionConfig, boolean isStoppable, CheckpointCoordinatorConfiguration jobCheckpointingConfiguration, CheckpointStatsSnapshot checkpointStatsSnapshot, String stateBackendName, String checkpointStorageName, org.apache.flink.util.TernaryBoolean stateChangelogEnabled, String changelogStorageName, String streamGraphJson, int pendingOperatorCount)
-