Class IntervalComputerForgeFactory.IntervalComputerStartedByThresholdEval
java.lang.Object
com.espertech.esper.common.internal.epl.datetime.interval.IntervalComputerForgeFactory.IntervalComputerStartedByThresholdEval
- All Implemented Interfaces:
IntervalComputerEval
- Enclosing class:
- IntervalComputerForgeFactory
public static class IntervalComputerForgeFactory.IntervalComputerStartedByThresholdEval
extends Object
implements IntervalComputerEval
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIntervalComputerStartedByThresholdEval
(IntervalDeltaExprEvaluator thresholdExpr) -
Method Summary
Modifier and TypeMethodDescriptionstatic CodegenExpression
codegen
(IntervalComputerForgeFactory.IntervalComputerStartedByThresholdForge 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
NOTE: Code-generation-invoked method, method name and parameter order matters
-
Field Details
-
METHOD_LOGWARNINGINTERVALSTARTEDBYTHRESHOLD
- See Also:
-
-
Constructor Details
-
IntervalComputerStartedByThresholdEval
-
-
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
-
logWarningIntervalStartedByThreshold
public static void logWarningIntervalStartedByThreshold()NOTE: Code-generation-invoked method, method name and parameter order matters -
codegen
public static CodegenExpression codegen(IntervalComputerForgeFactory.IntervalComputerStartedByThresholdForge forge, CodegenExpression leftStart, CodegenExpression leftEnd, CodegenExpression rightStart, CodegenExpression rightEnd, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
-