Available Methods
- setInvokableClass ( )
- setParallelism ( )
- connectNewDataSetAsInput ( )
- setSlotSharingGroup ( )
- getID ( )
- setMaxParallelism ( )
- getConfiguration ( )
- isInputVertex ( )
- updateCoLocationGroup ( )
- setResources ( )
- setInputDependencyConstraint ( )
- setStrictlyCoLocatedWith ( )
- getOperatorPrettyName ( )
- getParallelism ( )
- getSlotSharingGroup ( )
- getCoLocationGroup ( )
- getMaxParallelism ( )
Related Classes
- java.util.Arrays
- java.util.Collections
- java.util.concurrent.TimeUnit
- org.junit.Assert
- java.util.concurrent.ScheduledExecutorService
- java.util.concurrent.CompletableFuture
- javax.annotation.Nonnull
- org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
- org.apache.flink.streaming.api.datastream.DataStream
- org.apache.flink.configuration.Configuration
- org.apache.flink.api.java.tuple.Tuple2
- org.apache.flink.api.common.functions.MapFunction
- org.apache.flink.api.common.ExecutionConfig
- org.apache.flink.api.common.restartstrategy.RestartStrategies
- org.apache.flink.api.common.JobID
- org.apache.flink.runtime.jobgraph.JobGraph
- org.apache.flink.api.common.time.Time
- org.apache.flink.util.SerializedValue
- org.apache.flink.runtime.jobgraph.JobStatus
- org.apache.flink.runtime.akka.AkkaUtils
- org.apache.flink.runtime.executiongraph.ExecutionGraph
- org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
- org.apache.flink.runtime.jobgraph.JobVertexID
- org.apache.flink.runtime.jobgraph.ScheduleMode
- org.apache.flink.runtime.executiongraph.restart.RestartStrategy
Java Code Examples for org.apache.flink.runtime.jobgraph.JobVertex#getMaxParallelism()
There are not any examples for org.apache.flink.runtime.jobgraph.JobVertex.getMaxParallelism(). You may use the search function to quickly find examples for thousands of other Java classes.