public static class AggregatorImpls.AggregableCount<T> extends Object implements IAggregableReduceOp<T,Writable>
Constructor and Description |
---|
AggregableCount() |
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, wait
andThen
public void accept(T element)
accept
in interface java.util.function.Consumer<T>
public <W extends IAggregableReduceOp<T,Writable>> void combine(W accu)
combine
in interface IAggregableReduceOp<T,Writable>
public Writable get()
get
in interface java.util.function.Supplier<Writable>
Copyright © 2017. All rights reserved.