Package | Description |
---|---|
com.espertech.esper.common.internal.epl.pattern.guard |
Modifier and Type | Class and Description |
---|---|
class |
EvalGuardStateNode
This class represents the state of a "within" operator in the evaluation state tree.
|
Modifier and Type | Method and Description |
---|---|
Guard |
TimerWithinOrMaxCountGuardFactory.makeGuard(PatternAgentInstanceContext context,
MatchedEventMap beginState,
Quitable quitable,
Object guardState) |
Guard |
TimerWithinGuardFactory.makeGuard(PatternAgentInstanceContext context,
MatchedEventMap beginState,
Quitable quitable,
Object guardState) |
Guard |
GuardFactory.makeGuard(PatternAgentInstanceContext context,
MatchedEventMap beginState,
Quitable quitable,
Object guardState)
Constructs a guard instance.
|
Guard |
ExpressionGuardFactory.makeGuard(PatternAgentInstanceContext context,
MatchedEventMap beginState,
Quitable quitable,
Object guardState) |
Constructor and Description |
---|
ExpressionGuard(MatchedEventConvertor convertor,
ExprEvaluator expression,
Quitable quitable) |
TimerWithinGuard(long delta,
Quitable quitable)
Ctor.
|
TimerWithinOrMaxCountGuard(long deltaTime,
int numCountTo,
Quitable quitable)
Ctor.
|
Copyright © 2005–2018. All rights reserved.