Class CountMinSketchTopK

java.lang.Object
com.espertech.esper.common.client.util.CountMinSketchTopK

public class CountMinSketchTopK extends Object
Value object for count-min-sketch top-k.
  • Field Details

    • EPTYPEARRAY

      public static final EPTypeClass EPTYPEARRAY
      Type information
  • Constructor Details

    • CountMinSketchTopK

      public CountMinSketchTopK(long frequency, Object value)
      Ctor.
      Parameters:
      frequency - the value frequency
      value - the value object
  • Method Details

    • getFrequency

      public long getFrequency()
      Returns the frequency
      Returns:
      frequency
    • getValue

      public Object getValue()
      Returns the value object
      Returns:
      value
    • toString

      public String toString()
      Overrides:
      toString in class Object