public static class IntervalComputerFactory.IntervalComputerMeetsThreshold extends Object implements IntervalComputer
Constructor and Description |
---|
IntervalComputerMeetsThreshold(IntervalDeltaExprEvaluator thresholdExpr) |
Modifier and Type | Method and Description |
---|---|
Boolean |
compute(long leftStart,
long leftEnd,
long rightStart,
long rightEnd,
EventBean[] eventsPerStream,
boolean newData,
ExprEvaluatorContext context) |
public IntervalComputerMeetsThreshold(IntervalDeltaExprEvaluator thresholdExpr)
public Boolean compute(long leftStart, long leftEnd, long rightStart, long rightEnd, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
compute
in interface IntervalComputer