Uses of Class
org.apache.flink.api.common.ArchivedExecutionConfig
-
Packages that use ArchivedExecutionConfig Package Description org.apache.flink.api.common org.apache.flink.runtime.executiongraph org.apache.flink.runtime.rest.messages -
-
Uses of ArchivedExecutionConfig in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return ArchivedExecutionConfig Modifier and Type Method Description ArchivedExecutionConfig
ExecutionConfig. archive()
-
Uses of ArchivedExecutionConfig in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return ArchivedExecutionConfig Modifier and Type Method Description ArchivedExecutionConfig
AccessExecutionGraph. getArchivedExecutionConfig()
Returns theArchivedExecutionConfig
for this execution graph.ArchivedExecutionConfig
ArchivedExecutionGraph. getArchivedExecutionConfig()
ArchivedExecutionConfig
DefaultExecutionGraph. getArchivedExecutionConfig()
Returns the serializableArchivedExecutionConfig
.Constructors in org.apache.flink.runtime.executiongraph with parameters of type ArchivedExecutionConfig Constructor Description ArchivedExecutionGraph(JobID jobID, String jobName, Map<JobVertexID,ArchivedExecutionJobVertex> tasks, List<ArchivedExecutionJobVertex> verticesInCreationOrder, long[] stateTimestamps, JobStatus state, JobType jobType, ErrorInfo failureCause, String jsonPlan, StringifiedAccumulatorResult[] archivedUserAccumulators, Map<String,SerializedValue<OptionalFailure<Object>>> serializedUserAccumulators, ArchivedExecutionConfig executionConfig, boolean isStoppable, CheckpointCoordinatorConfiguration jobCheckpointingConfiguration, CheckpointStatsSnapshot checkpointStatsSnapshot, String stateBackendName, String checkpointStorageName, TernaryBoolean stateChangelogEnabled, String changelogStorageName)
-
Uses of ArchivedExecutionConfig in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages with parameters of type ArchivedExecutionConfig Modifier and Type Method Description static JobConfigInfo.ExecutionConfigInfo
JobConfigInfo.ExecutionConfigInfo. from(ArchivedExecutionConfig archivedExecutionConfig)
-