| 接口 | 说明 |
|---|---|
| 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. |
| 类 | 说明 |
|---|---|
| AdaptiveBatchScheduler |
This scheduler decides the parallelism of JobVertex according to the data volume it consumes.
|
| AdaptiveBatchSchedulerFactory |
Factory for
AdaptiveBatchScheduler. |
| AllToAllBlockingResultInfo |
Information of All-To-All result.
|
| DefaultVertexParallelismAndInputInfosDecider |
Default implementation of
VertexParallelismAndInputInfosDecider. |
| PointwiseBlockingResultInfo |
Information of Pointwise result.
|
| SpeculativeScheduler |
The speculative scheduler.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.