com.espertech.esper.epl.approx
Class CountMinSketchAggAgentAdd

java.lang.Object
  extended by com.espertech.esper.epl.approx.CountMinSketchAggAgentAdd
All Implemented Interfaces:
AggregationAgent

public class CountMinSketchAggAgentAdd
extends java.lang.Object
implements AggregationAgent


Constructor Summary
CountMinSketchAggAgentAdd(ExprEvaluator stringEvaluator)
           
 
Method Summary
 void applyEnter(EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext, AggregationState aggregationState)
           
 void applyLeave(EventBean[] eventsPerStream, ExprEvaluatorContext exprEvaluatorContext, AggregationState aggregationState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountMinSketchAggAgentAdd

public CountMinSketchAggAgentAdd(ExprEvaluator stringEvaluator)
Method Detail

applyEnter

public void applyEnter(EventBean[] eventsPerStream,
                       ExprEvaluatorContext exprEvaluatorContext,
                       AggregationState aggregationState)
Specified by:
applyEnter in interface AggregationAgent

applyLeave

public void applyLeave(EventBean[] eventsPerStream,
                       ExprEvaluatorContext exprEvaluatorContext,
                       AggregationState aggregationState)
Specified by:
applyLeave in interface AggregationAgent

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