| Modifier and Type | Method and Description |
|---|---|
static ArchivedExecutionGraph |
ArchivedExecutionGraph.createSparseArchivedExecutionGraph(org.apache.flink.api.common.JobID jobId,
String jobName,
org.apache.flink.api.common.JobStatus jobStatus,
Throwable throwable,
JobCheckpointingSettings checkpointingSettings,
long initializationTimestamp)
Create a sparse ArchivedExecutionGraph for a job.
|
| Modifier and Type | Method and Description |
|---|---|
JobCheckpointingSettings |
JobGraph.getCheckpointingSettings()
Gets the settings for asynchronous snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
JobGraphBuilder |
JobGraphBuilder.setJobCheckpointingSettings(JobCheckpointingSettings newJobCheckpointingSettings) |
void |
JobGraph.setSnapshotSettings(JobCheckpointingSettings settings)
Sets the settings for asynchronous snapshots.
|
| Constructor and Description |
|---|
DefaultJobMasterServiceProcessFactory(org.apache.flink.api.common.JobID jobId,
String jobName,
JobCheckpointingSettings checkpointingSettings,
long initializationTimestamp,
JobMasterServiceFactory jobMasterServiceFactory) |
| Modifier and Type | Method and Description |
|---|---|
JobCheckpointingSettings |
JobGraphJobInformation.getCheckpointingSettings() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.