| 类 | 说明 |
|---|---|
| OutputCollector<T> |
The OutputCollector collects records, and emits them to the
RecordWriters. |
| OutputEmitter<T> |
The output emitter decides to which of the possibly multiple output channels a record is sent.
|
| 枚举 | 说明 |
|---|---|
| ShipStrategyType |
Enumeration defining the different shipping types of the output, such as local forward,
re-partitioning by hash, or re-partitioning by range.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.