| Modifier and Type | Method and Description |
|---|---|
static TaskDeploymentDescriptorFactory.PartitionLocationConstraint |
TaskDeploymentDescriptorFactory.PartitionLocationConstraint.fromJobType(JobType jobType) |
| Modifier and Type | Method and Description |
|---|---|
JobType |
Environment.getJobType() |
| Modifier and Type | Method and Description |
|---|---|
JobType |
DefaultExecutionGraph.getJobType() |
JobType |
JobInformation.getJobType() |
JobType |
ArchivedExecutionGraph.getJobType() |
JobType |
AccessExecutionGraph.getJobType()
Returns the
JobType for this execution graph. |
| 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,
JobType jobType,
Throwable throwable,
JobCheckpointingSettings checkpointingSettings,
long initializationTimestamp)
Create a sparse ArchivedExecutionGraph for a job.
|
static ArchivedExecutionGraph |
ArchivedExecutionGraph.createSparseArchivedExecutionGraphWithJobVertices(org.apache.flink.api.common.JobID jobId,
String jobName,
org.apache.flink.api.common.JobStatus jobStatus,
JobType jobType,
Throwable throwable,
JobCheckpointingSettings checkpointingSettings,
long initializationTimestamp,
Iterable<JobVertex> jobVertices,
VertexParallelismStore initialParallelismStore) |
| Constructor and 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) |
DefaultExecutionGraph(JobType jobType,
JobInformation jobInformation,
ScheduledExecutorService futureExecutor,
Executor ioExecutor,
org.apache.flink.api.common.time.Time rpcTimeout,
int executionHistorySizeLimit,
ClassLoader userClassLoader,
BlobWriter blobWriter,
PartitionGroupReleaseStrategy.Factory partitionGroupReleaseStrategyFactory,
ShuffleMaster<?> shuffleMaster,
JobMasterPartitionTracker partitionTracker,
ExecutionDeploymentListener executionDeploymentListener,
ExecutionStateUpdateListener executionStateUpdateListener,
long initializationTimestamp,
VertexAttemptNumberStore initialAttemptCounts,
VertexParallelismStore vertexParallelismStore,
boolean isDynamic,
ExecutionJobVertex.Factory executionJobVertexFactory,
List<org.apache.flink.core.execution.JobStatusHook> jobStatusHooks,
MarkPartitionFinishedStrategy markPartitionFinishedStrategy,
TaskDeploymentDescriptorFactory taskDeploymentDescriptorFactory) |
JobInformation(org.apache.flink.api.common.JobID jobId,
JobType jobType,
String jobName,
org.apache.flink.util.SerializedValue<org.apache.flink.api.common.ExecutionConfig> serializedExecutionConfig,
org.apache.flink.configuration.Configuration jobConfiguration,
Collection<PermanentBlobKey> requiredJarFileBlobKeys,
Collection<URL> requiredClasspathURLs) |
| Modifier and Type | Method and Description |
|---|---|
JobType |
JobGraph.getJobType() |
static JobType |
JobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
JobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobGraph.setJobType(JobType type) |
| Modifier and Type | Method and Description |
|---|---|
static String |
JsonPlanGenerator.generatePlan(org.apache.flink.api.common.JobID jobID,
String jobName,
JobType jobType,
Iterable<JobVertex> vertices,
VertexParallelism vertexParallelism) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultSlotPoolServiceSchedulerFactory |
DefaultSlotPoolServiceSchedulerFactory.fromConfiguration(org.apache.flink.configuration.Configuration configuration,
JobType jobType,
boolean isDynamicGraph) |
| Constructor and Description |
|---|
DefaultJobMasterServiceProcessFactory(org.apache.flink.api.common.JobID jobId,
String jobName,
JobType jobType,
JobCheckpointingSettings checkpointingSettings,
long initializationTimestamp,
JobMasterServiceFactory jobMasterServiceFactory) |
| Modifier and Type | Method and Description |
|---|---|
JobType |
JobDetailsInfo.getJobType() |
| Constructor and Description |
|---|
JobDetailsInfo(org.apache.flink.api.common.JobID jobId,
String name,
boolean isStoppable,
org.apache.flink.api.common.JobStatus jobStatus,
JobType jobType,
long startTime,
long endTime,
long duration,
long maxParallelism,
long now,
Map<org.apache.flink.api.common.JobStatus,Long> timestamps,
Collection<JobDetailsInfo.JobVertexDetailsInfo> jobVertexInfos,
Map<ExecutionState,Integer> jobVerticesPerState,
JobPlanInfo.RawJson jsonPlan) |
| Constructor and Description |
|---|
DeploymentStateTimeMetrics(JobType semantic,
org.apache.flink.configuration.MetricOptions.JobStatusMetricsSettings stateTimeMetricsSettings) |
| Modifier and Type | Method and Description |
|---|---|
JobType |
RuntimeEnvironment.getJobType() |
| Constructor and Description |
|---|
RuntimeEnvironment(org.apache.flink.api.common.JobID jobId,
JobType jobType,
JobVertexID jobVertexId,
ExecutionAttemptID executionId,
org.apache.flink.api.common.ExecutionConfig executionConfig,
org.apache.flink.api.common.JobInfo jobInfo,
org.apache.flink.api.common.TaskInfo taskInfo,
org.apache.flink.configuration.Configuration jobConfiguration,
org.apache.flink.configuration.Configuration taskConfiguration,
org.apache.flink.util.UserCodeClassLoader userCodeClassLoader,
MemoryManager memManager,
SharedResources sharedResources,
IOManager ioManager,
BroadcastVariableManager bcVarManager,
TaskStateManager taskStateManager,
GlobalAggregateManager aggregateManager,
AccumulatorRegistry accumulatorRegistry,
TaskKvStateRegistry kvStateRegistry,
InputSplitProvider splitProvider,
Map<String,Future<org.apache.flink.core.fs.Path>> distCacheEntries,
ResultPartitionWriter[] writers,
IndexedInputGate[] inputGates,
TaskEventDispatcher taskEventDispatcher,
CheckpointResponder checkpointResponder,
TaskOperatorEventGateway operatorEventGateway,
TaskManagerRuntimeInfo taskManagerInfo,
TaskMetricGroup metrics,
Task containingTask,
ExternalResourceInfoProvider externalResourceInfoProvider,
ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory,
TaskManagerActions taskManagerActions) |
| Modifier and Type | Method and Description |
|---|---|
static SlotSelectionStrategy |
SlotSelectionStrategyUtils.selectSlotSelectionStrategy(JobType jobType,
org.apache.flink.configuration.Configuration configuration) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.