com.espertech.esper.client.util
Class CountMinSketchTopK

java.lang.Object
  extended by com.espertech.esper.client.util.CountMinSketchTopK

public class CountMinSketchTopK
extends java.lang.Object

Value object for count-min-sketch top-k.


Constructor Summary
CountMinSketchTopK(long frequency, java.lang.Object value)
          Ctor.
 
Method Summary
 long getFrequency()
          Returns the frequency
 java.lang.Object getValue()
          Returns the value object
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CountMinSketchTopK

public CountMinSketchTopK(long frequency,
                          java.lang.Object value)
Ctor.

Parameters:
frequency - the value frequency
value - the value object
Method Detail

getFrequency

public long getFrequency()
Returns the frequency

Returns:
frequency

getValue

public java.lang.Object getValue()
Returns the value object

Returns:
value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com