|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimePeriodExpression | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of TimePeriodExpression in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return TimePeriodExpression | |
---|---|
static TimePeriodExpression |
Expressions.timePeriod(java.lang.Double days,
java.lang.Double hours,
java.lang.Double minutes,
java.lang.Double seconds,
java.lang.Double milliseconds)
Returns a time period expression for the specified parts. |
static TimePeriodExpression |
Expressions.timePeriod(java.lang.Object days,
java.lang.Object hours,
java.lang.Object minutes,
java.lang.Object seconds,
java.lang.Object milliseconds)
Returns a time period expression for the specified parts. |
Methods in com.espertech.esper.client.soda with parameters of type TimePeriodExpression | |
---|---|
OutputLimitClause |
OutputLimitClause.afterTimePeriodExpression(TimePeriodExpression afterTimePeriodExpression)
Sets the after-keyword time period. |
static OutputLimitClause |
OutputLimitClause.create(OutputLimitSelector selector,
TimePeriodExpression timePeriodExpression)
Creates an output limit clause. |
static OutputLimitClause |
OutputLimitClause.create(TimePeriodExpression timePeriodExpression)
Creates an output limit clause. |
static OutputLimitClause |
OutputLimitClause.createAfter(TimePeriodExpression afterTimePeriodExpression)
Create with after-only time period. |
Constructors in com.espertech.esper.client.soda with parameters of type TimePeriodExpression | |
---|---|
MatchRecognizeIntervalClause(TimePeriodExpression expression,
boolean orTerminated)
Ctor. |
|
OutputLimitClause(OutputLimitSelector selector,
OutputLimitUnit unit,
TimePeriodExpression afterTimePeriod,
java.lang.Integer afterNumberOfEvents)
Ctor. |
|
OutputLimitClause(OutputLimitSelector selector,
TimePeriodExpression timePeriodExpression)
Ctor. |
|
OutputLimitClause(TimePeriodExpression afterTimePeriodExpression)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |