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