public class CountMinSketchTopK
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPEARRAY
Type information
|
Constructor and Description |
---|
CountMinSketchTopK(long frequency,
java.lang.Object value)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
long |
getFrequency()
Returns the frequency
|
java.lang.Object |
getValue()
Returns the value object
|
java.lang.String |
toString() |
public static final EPTypeClass EPTYPEARRAY