|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternGuardExpr | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of PatternGuardExpr in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return PatternGuardExpr | |
---|---|
static PatternGuardExpr |
Patterns.guard(java.lang.String namespace,
java.lang.String name,
Expression[] parameters,
PatternExpr guarded)
Guard pattern expression guards a sub-expression, equivalent to the "every MyEvent where timer:within(1 sec)" syntax |
static PatternGuardExpr |
Patterns.timerWithin(double seconds,
PatternExpr guarded)
Timer-within guard expression. |
static PatternGuardExpr |
Patterns.timerWithinMax(double seconds,
int max,
PatternExpr guarded)
Timer-within-max guard expression. |
static PatternGuardExpr |
Patterns.whileGuard(PatternExpr guarded,
Expression expression)
While-guard expression. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |