T - public static class AggregatorImpls.AggregableCountUnique<T> extends Object implements IAggregableReduceOp<T,Writable>
| Constructor and Description |
|---|
AggregableCountUnique(float precision) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T element) |
<U extends IAggregableReduceOp<T,Writable>> |
combine(U acc) |
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>public <U extends IAggregableReduceOp<T,Writable>> void combine(U acc)
combine in interface IAggregableReduceOp<T,Writable>public Writable get()
get in interface java.util.function.Supplier<Writable>Copyright © 2017. All rights reserved.