Uses of Class
org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
-
Packages that use ForwardGroup Package Description org.apache.flink.runtime.jobgraph.forwardgroup org.apache.flink.runtime.scheduler.adaptivebatch -
-
Uses of ForwardGroup in org.apache.flink.runtime.jobgraph.forwardgroup
Methods in org.apache.flink.runtime.jobgraph.forwardgroup that return types with arguments of type ForwardGroup Modifier and Type Method Description static Map<JobVertexID,ForwardGroup>ForwardGroupComputeUtil. computeForwardGroups(Iterable<JobVertex> topologicallySortedVertices, Function<JobVertex,Set<JobVertex>> forwardProducersRetriever)static Map<JobVertexID,ForwardGroup>ForwardGroupComputeUtil. computeForwardGroupsAndCheckParallelism(Iterable<JobVertex> topologicallySortedVertices) -
Uses of ForwardGroup in org.apache.flink.runtime.scheduler.adaptivebatch
Constructor parameters in org.apache.flink.runtime.scheduler.adaptivebatch with type arguments of type ForwardGroup Constructor Description AdaptiveBatchScheduler(org.slf4j.Logger log, JobGraph jobGraph, Executor ioExecutor, org.apache.flink.configuration.Configuration jobMasterConfiguration, Consumer<org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor> startUpAction, org.apache.flink.util.concurrent.ScheduledExecutor delayExecutor, ClassLoader userCodeLoader, CheckpointsCleaner checkpointsCleaner, CheckpointRecoveryFactory checkpointRecoveryFactory, JobManagerJobMetricGroup jobManagerJobMetricGroup, SchedulingStrategyFactory schedulingStrategyFactory, FailoverStrategy.Factory failoverStrategyFactory, RestartBackoffTimeStrategy restartBackoffTimeStrategy, ExecutionOperations executionOperations, ExecutionVertexVersioner executionVertexVersioner, ExecutionSlotAllocatorFactory executionSlotAllocatorFactory, long initializationTimestamp, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, JobStatusListener jobStatusListener, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, ExecutionGraphFactory executionGraphFactory, ShuffleMaster<?> shuffleMaster, Duration rpcTimeout, VertexParallelismAndInputInfosDecider vertexParallelismAndInputInfosDecider, int defaultMaxParallelism, BlocklistOperations blocklistOperations, org.apache.flink.configuration.JobManagerOptions.HybridPartitionDataConsumeConstraint hybridPartitionDataConsumeConstraint, Map<JobVertexID,ForwardGroup> forwardGroupsByJobVertexId, BatchJobRecoveryHandler jobRecoveryHandler)
-