| Interface | Description |
|---|---|
| VertexParallelismDecider |
VertexParallelismDecider is responsible for determining the parallelism of a job vertex,
based on the size of the consumed blocking results. |
| Class | Description |
|---|---|
| AdaptiveBatchScheduler |
This scheduler decides the parallelism of JobVertex according to the data volume it consumes.
|
| AdaptiveBatchSchedulerFactory |
Factory for
AdaptiveBatchScheduler. |
| BlockingResultInfo |
The blocking result info, which will be used to calculate the vertex parallelism.
|
| DefaultVertexParallelismDecider |
Default implementation of
VertexParallelismDecider. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.