| 类 | 说明 |
|---|---|
| ChainedAllReduceDriver<IT> | |
| ChainedDriver<IT,OT> |
The interface to be implemented by drivers that do not run in an own task context, but are
chained to other tasks.
|
| ChainedFlatMapDriver<IT,OT> | |
| ChainedMapDriver<IT,OT> | |
| ChainedReduceCombineDriver<T> |
Chained version of ReduceCombineDriver.
|
| SynchronousChainedCombineDriver<IN,OUT> |
The chained variant of the combine driver which is also implemented in GroupReduceCombineDriver.
|
| 异常错误 | 说明 |
|---|---|
| ExceptionInChainedStubException |
A special exception to indicate that an exception occurred in the nested call of a chained stub.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.