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