| Package | Description |
|---|---|
| org.apache.flink.runtime.scheduler.adaptivebatch |
| Class and Description |
|---|
| AdaptiveBatchScheduler
This scheduler decides the parallelism of JobVertex according to the data volume it consumes.
|
| BlockingResultInfo
The blocking result info, which will be used to calculate the vertex parallelism and input infos.
|
VertexParallelismAndInputInfosDecider
VertexParallelismAndInputInfosDecider is responsible for deciding the parallelism and
JobVertexInputInfos of a job vertex, based on the information of the consumed blocking
results. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.