Uses of Enum
org.apache.flink.runtime.jobgraph.JobType
Packages that use JobType
Package
Description
-
Uses of JobType in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment with parameters of type JobTypeModifier and TypeMethodDescriptionTaskDeploymentDescriptorFactory.PartitionLocationConstraint.fromJobType(JobType jobType) -
Uses of JobType in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution that return JobType -
Uses of JobType in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return JobTypeModifier and TypeMethodDescriptionAccessExecutionGraph.getJobType()Returns theJobTypefor this execution graph.ArchivedExecutionGraph.getJobType()DefaultExecutionGraph.getJobType()JobInformation.getJobType()Methods in org.apache.flink.runtime.executiongraph with parameters of type JobTypeModifier and TypeMethodDescriptionstatic ArchivedExecutionGraphArchivedExecutionGraph.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 ArchivedExecutionGraphArchivedExecutionGraph.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) Constructors in org.apache.flink.runtime.executiongraph with parameters of type JobTypeModifierConstructorDescriptionArchivedExecutionGraph(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, String streamGraphJson, int pendingOperatorCount) 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) -
Uses of JobType in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return JobTypeModifier and TypeMethodDescriptionJobGraph.getJobType()static JobTypeReturns 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 -
Uses of JobType in org.apache.flink.runtime.jobgraph.jsonplan
Methods in org.apache.flink.runtime.jobgraph.jsonplan with parameters of type JobTypeModifier and TypeMethodDescriptionstatic 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 JobTypeModifier and TypeMethodDescriptionDefaultSlotPoolServiceSchedulerFactory.fromConfiguration(org.apache.flink.configuration.Configuration configuration, JobType jobType, boolean isDynamicGraph) -
Uses of JobType in org.apache.flink.runtime.jobmaster.factories
Constructors in org.apache.flink.runtime.jobmaster.factories with parameters of type JobTypeModifierConstructorDescriptionDefaultJobMasterServiceProcessFactory(org.apache.flink.api.common.JobID jobId, String jobName, JobType jobType, JobCheckpointingSettings checkpointingSettings, long initializationTimestamp, JobMasterServiceFactory jobMasterServiceFactory) -
Uses of JobType in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return JobTypeConstructors in org.apache.flink.runtime.rest.messages.job with parameters of type JobTypeModifierConstructorDescriptionJobDetailsInfo(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, JobPlanInfo.RawJson streamGraphJson, int pendingOperators) -
Uses of JobType in org.apache.flink.runtime.scheduler.metrics
Constructors in org.apache.flink.runtime.scheduler.metrics with parameters of type JobTypeModifierConstructorDescriptionDeploymentStateTimeMetrics(JobType semantic, org.apache.flink.configuration.MetricOptions.JobStatusMetricsSettings stateTimeMetricsSettings) -
Uses of JobType in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return JobTypeConstructors in org.apache.flink.runtime.taskmanager with parameters of type JobTypeModifierConstructorDescriptionRuntimeEnvironment(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) -
Uses of JobType in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util with parameters of type JobTypeModifier and TypeMethodDescriptionstatic SlotSelectionStrategySlotSelectionStrategyUtils.selectSlotSelectionStrategy(JobType jobType, org.apache.flink.configuration.Configuration configuration) -
Uses of JobType in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return JobTypeModifier and TypeMethodDescriptionExecutionPlan.getJobType()Gets the type of the job.StreamGraph.getJobType()Methods in org.apache.flink.streaming.api.graph with parameters of type JobType -
Uses of JobType in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return JobType