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.execution
Methods in org.apache.flink.runtime.execution that return JobType Modifier and Type Method Description JobTypeEnvironment. getJobType() -
Uses of JobType in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return JobType Modifier and Type Method Description JobTypeAccessExecutionGraph. getJobType()Returns theJobTypefor this execution graph.JobTypeArchivedExecutionGraph. getJobType()JobTypeDefaultExecutionGraph. getJobType()JobTypeJobInformation. getJobType()Methods in org.apache.flink.runtime.executiongraph with parameters of type JobType Modifier and Type Method Description static 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 JobType Constructor 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, Duration 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, List<org.apache.flink.core.execution.JobStatusChangedListener> jobStatusChangedListeners)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 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.jobmaster.factories
Constructors in org.apache.flink.runtime.jobmaster.factories with parameters of type JobType Constructor Description DefaultJobMasterServiceProcessFactory(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 JobType Modifier and Type Method Description JobTypeJobDetailsInfo. getJobType()Constructors in org.apache.flink.runtime.rest.messages.job with parameters of type JobType Constructor 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) -
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.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return JobType Modifier and Type Method Description JobTypeRuntimeEnvironment. getJobType()Constructors in org.apache.flink.runtime.taskmanager with parameters of type JobType Constructor 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) -
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) -
Uses of JobType in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return JobType Modifier and Type Method Description JobTypeStreamGraph. getJobType()Methods in org.apache.flink.streaming.api.graph with parameters of type JobType Modifier and Type Method Description voidStreamGraph. setJobType(JobType jobType) -
Uses of JobType in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return JobType Modifier and Type Method Description JobTypeStreamingRuntimeContext. getJobType()
-