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