public static class AggregatorImpls.AggregableSum<T extends Number> extends Object implements IAggregableReduceOp<T,Writable>
| Constructor and Description |
|---|
AggregableSum() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T element) |
<W extends IAggregableReduceOp<T,Writable>> |
combine(W accu) |
Writable |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic void accept(T element)
accept in interface java.util.function.Consumer<T extends Number>public <W extends IAggregableReduceOp<T,Writable>> void combine(W accu)
combine in interface IAggregableReduceOp<T extends Number,Writable>public Writable get()
get in interface java.util.function.Supplier<Writable>Copyright © 2017. All rights reserved.