public static class AggregatorImpls.AggregableFirst<T> extends Object implements IAggregableReduceOp<T,Writable>
| Constructor and Description |
|---|
AggregableFirst() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T element) |
<W extends IAggregableReduceOp<T,Writable>> |
combine(W accu) |
Writable |
get() |
public <W extends IAggregableReduceOp<T,Writable>> void combine(W accu)
combine in interface IAggregableReduceOp<T,Writable>Copyright © 2019. All rights reserved.