Class CountMinSketchAgentContextAdd

java.lang.Object
com.espertech.esper.common.client.util.CountMinSketchAgentContext
com.espertech.esper.common.client.util.CountMinSketchAgentContextAdd

public class CountMinSketchAgentContextAdd extends CountMinSketchAgentContext
Count-min sketch context object for add-operations.
  • Constructor Details

    • CountMinSketchAgentContextAdd

      public CountMinSketchAgentContextAdd(com.espertech.esper.common.internal.epl.approx.countminsketch.CountMinSketchState state)
      Ctor.
      Parameters:
      state - the state
  • Method Details

    • getValue

      public Object getValue()
      Returns the value.
      Returns:
      value
    • setValue

      public void setValue(Object value)
      Sets the value.
      Parameters:
      value - to set