Class IntervalComputerForgeFactory.IntervalComputerFinishedByThresholdEval
java.lang.Object
com.espertech.esper.common.internal.epl.datetime.interval.IntervalComputerForgeFactory.IntervalComputerFinishedByThresholdEval
- All Implemented Interfaces:
IntervalComputerEval
- Enclosing class:
- IntervalComputerForgeFactory
public static class IntervalComputerForgeFactory.IntervalComputerFinishedByThresholdEval
extends Object
implements IntervalComputerEval
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic CodegenExpression
codegen
(IntervalComputerForgeFactory.IntervalComputerFinishedByThresholdForge forge, CodegenExpression leftStart, CodegenExpression leftEnd, CodegenExpression rightStart, CodegenExpression rightEnd, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) compute
(long leftStart, long leftEnd, long rightStart, long rightEnd, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context) static void
-
Field Details
-
METHOD_LOGWARNINGINTERVALFINISHEDBYTHRESHOLD
- See Also:
-
-
Constructor Details
-
IntervalComputerFinishedByThresholdEval
-
-
Method Details
-
compute
public Boolean compute(long leftStart, long leftEnd, long rightStart, long rightEnd, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context) - Specified by:
compute
in interfaceIntervalComputerEval
-
logWarningIntervalFinishedByThreshold
public static void logWarningIntervalFinishedByThreshold() -
codegen
public static CodegenExpression codegen(IntervalComputerForgeFactory.IntervalComputerFinishedByThresholdForge forge, CodegenExpression leftStart, CodegenExpression leftEnd, CodegenExpression rightStart, CodegenExpression rightEnd, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
-