| Modifier and Type | Method and Description |
|---|---|
static TaskDeploymentDescriptorFactory.PartitionLocationConstraint |
TaskDeploymentDescriptorFactory.PartitionLocationConstraint.fromJobType(JobType jobType) |
| 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) |
| Constructor and Description |
|---|
DeploymentStateTimeMetrics(JobType semantic,
org.apache.flink.configuration.MetricOptions.JobStatusMetricsSettings stateTimeMetricsSettings) |
| Modifier and Type | Method and Description |
|---|---|
static SlotSelectionStrategy |
SlotSelectionStrategyUtils.selectSlotSelectionStrategy(JobType jobType,
org.apache.flink.configuration.Configuration configuration) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.