Uses of Interface
com.espertech.esper.common.internal.epl.pattern.guard.Guard
Package
Description
-
Uses of Guard in com.espertech.esper.common.internal.epl.pattern.core
Modifier and TypeMethodDescriptionvoid
EvalStateNodeVisitor.visitGuard
(EvalGuardFactoryNode factoryNode, EvalStateNode stateNode, Guard guard) void
EvalStateNodeVisitorStageTransfer.visitGuard
(EvalGuardFactoryNode factoryNode, EvalStateNode stateNode, Guard guard) -
Uses of Guard in com.espertech.esper.common.internal.epl.pattern.guard
Modifier and TypeClassDescriptionclass
Guard implementation that keeps a timer instance and quits when the timer expired, and also keeps a count of the number of matches so far, checking both count and timer, letting allMatchedEventMap
instances pass until then.class
Guard implementation that keeps a timer instance and quits when the timer expired, letting allMatchedEventMap
instances pass until then.class
Guard implementation that keeps a timer instance and quits when the timer expired, and also keeps a count of the number of matches so far, checking both count and timer, letting allMatchedEventMap
instances pass until then.Modifier and TypeMethodDescriptionExpressionGuardFactory.makeGuard
(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, Object guardState) GuardFactory.makeGuard
(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, Object guardState) Constructs a guard instance.TimerWithinGuardFactory.makeGuard
(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, Object guardState) TimerWithinOrMaxCountGuardFactory.makeGuard
(PatternAgentInstanceContext context, MatchedEventMap beginState, Quitable quitable, Object guardState)