Uses of Interface
com.espertech.esper.common.internal.epl.pattern.guard.Guard
Packages that use Guard
Package
Description
-
Uses of Guard in com.espertech.esper.common.internal.epl.pattern.core
Methods in com.espertech.esper.common.internal.epl.pattern.core with parameters of type GuardModifier 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
Classes in com.espertech.esper.common.internal.epl.pattern.guard that implement GuardModifier 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.Fields in com.espertech.esper.common.internal.epl.pattern.guard declared as GuardMethods in com.espertech.esper.common.internal.epl.pattern.guard that return GuardModifier 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)