@InterfaceAudience.Public @InterfaceStability.Stable public class UniqValueCount extends UniqValueCount implements ValueAggregator<Object>
MAX_NUM_UNIQUE_VALUES
Constructor and Description |
---|
UniqValueCount()
the default constructor
|
UniqValueCount(long maxNum)
constructor
|
addNextValue, getCombinerOutput, getReport, getUniqueItems, reset, setMaxItems
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addNextValue, getCombinerOutput, getReport, reset
public UniqValueCount()
public UniqValueCount(long maxNum)
maxNum
- the limit in the number of unique values to keep.Copyright © 2018 Apache Software Foundation. All rights reserved.