Uses of Class
org.apache.flink.runtime.jobgraph.JobType
-
-
Uses of JobType in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment with parameters of type JobType Modifier and Type Method Description static TaskDeploymentDescriptorFactory.PartitionLocationConstraintTaskDeploymentDescriptorFactory.PartitionLocationConstraint. fromJobType(JobType jobType) -
Uses of JobType in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return JobType Modifier and Type Method Description JobTypeJobGraph. getJobType()static JobTypeJobType. 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.Methods in org.apache.flink.runtime.jobgraph with parameters of type JobType Modifier and Type Method Description voidJobGraph. setJobType(JobType type) -
Uses of JobType in org.apache.flink.runtime.jobgraph.jsonplan
Methods in org.apache.flink.runtime.jobgraph.jsonplan with parameters of type JobType Modifier and Type Method Description static StringJsonPlanGenerator. generatePlan(org.apache.flink.api.common.JobID jobID, String jobName, JobType jobType, Iterable<JobVertex> vertices, VertexParallelism vertexParallelism) -
Uses of JobType in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type JobType Modifier and Type Method Description static DefaultSlotPoolServiceSchedulerFactoryDefaultSlotPoolServiceSchedulerFactory. fromConfiguration(org.apache.flink.configuration.Configuration configuration, JobType jobType, boolean isDynamicGraph) -
Uses of JobType in org.apache.flink.runtime.scheduler.metrics
Constructors in org.apache.flink.runtime.scheduler.metrics with parameters of type JobType Constructor Description DeploymentStateTimeMetrics(JobType semantic, org.apache.flink.configuration.MetricOptions.JobStatusMetricsSettings stateTimeMetricsSettings) -
Uses of JobType in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util with parameters of type JobType Modifier and Type Method Description static SlotSelectionStrategySlotSelectionStrategyUtils. selectSlotSelectionStrategy(JobType jobType, org.apache.flink.configuration.Configuration configuration)
-