Uses of Class
org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
Packages that use JobGraphBuilder Package Description org.apache.flink.runtime.jobgraph -
-
Uses of JobGraphBuilder in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return JobGraphBuilder Modifier and Type Method Description JobGraphBuilderJobGraphBuilder. addClasspaths(Collection<URL> additionalClasspaths)JobGraphBuilderJobGraphBuilder. addJobVertex(JobVertex jobVertex)JobGraphBuilderJobGraphBuilder. addJobVertices(Collection<? extends JobVertex> jobVerticesToAdd)JobGraphBuilderJobGraphBuilder. addUserArtifacts(Map<String,org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry> newUserArtifacts)static JobGraphBuilderJobGraphBuilder. newBatchJobGraphBuilder()static JobGraphBuilderJobGraphBuilder. newStreamingJobGraphBuilder()JobGraphBuilderJobGraphBuilder. setExecutionConfig(org.apache.flink.api.common.ExecutionConfig newExecutionConfig)JobGraphBuilderJobGraphBuilder. setJobCheckpointingSettings(JobCheckpointingSettings newJobCheckpointingSettings)JobGraphBuilderJobGraphBuilder. setJobConfiguration(org.apache.flink.configuration.Configuration jobConfiguration)JobGraphBuilderJobGraphBuilder. setJobId(org.apache.flink.api.common.JobID jobId)JobGraphBuilderJobGraphBuilder. setJobName(String jobName)JobGraphBuilderJobGraphBuilder. setSavepointRestoreSettings(SavepointRestoreSettings newSavepointRestoreSettings)
-