Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.common.internal.epl.datetime.interval.deltaexpr |
Interval delta expression evaluation
|
com.espertech.esper.common.internal.epl.expression.time.node | |
com.espertech.esper.common.internal.epl.output.condition | |
com.espertech.esper.common.internal.epl.output.polled | |
com.espertech.esper.common.internal.epl.output.view | |
com.espertech.esper.common.internal.epl.pattern.observer |
Modifier and Type | Method and Description |
---|---|
ExprTimePeriod |
OutputLimitSpec.getAfterTimePeriodExpr()
Returns the after-keyword time period.
|
ExprTimePeriod |
ContextSpecConditionTimePeriod.getTimePeriod() |
ExprTimePeriod |
OutputLimitSpec.getTimePeriodExpr()
Returns time period expression or null if none used.
|
ExprTimePeriod |
MatchRecognizeInterval.getTimePeriodExpr()
Returns the time period.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputLimitSpec.setAfterTimePeriodExpr(ExprTimePeriod afterTimePeriodExpr) |
void |
ContextSpecConditionTimePeriod.setTimePeriod(ExprTimePeriod timePeriod) |
void |
OutputLimitSpec.setTimePeriodExpr(ExprTimePeriod timePeriodExpr) |
void |
MatchRecognizeInterval.setTimePeriodExpr(ExprTimePeriod timePeriodExpr) |
Constructor and Description |
---|
ContextSpecConditionTimePeriod(ExprTimePeriod timePeriod,
boolean immediate) |
MatchRecognizeInterval(ExprTimePeriod timePeriodExpr,
boolean orTerminated)
Ctor.
|
OutputLimitSpec(Double rate,
String variableForRate,
OutputLimitRateType rateType,
OutputLimitLimitType displayLimit,
ExprNode whenExpressionNode,
List<OnTriggerSetAssignment> thenExpressions,
List<ExprNode> crontabAtSchedule,
ExprTimePeriod timePeriodExpr,
ExprTimePeriod afterTimePeriodExpr,
Integer afterNumberOfEvents,
boolean andAfterTerminate,
ExprNode andAfterTerminateExpr,
List<OnTriggerSetAssignment> andAfterTerminateSetExpressions) |
Constructor and Description |
---|
IntervalDeltaExprTimePeriodNonConstForge(ExprTimePeriod timePeriod,
TimeAbacus timeAbacus) |
Modifier and Type | Class and Description |
---|---|
class |
ExprTimePeriodImpl
Expression representing a time period.
|
Constructor and Description |
---|
OutputConditionTimeForge(ExprTimePeriod timePeriod,
boolean isStartConditionOnCreation) |
Modifier and Type | Field and Description |
---|---|
protected ExprTimePeriod |
OutputConditionPolledTimeFactoryForge.timePeriod |
Constructor and Description |
---|
OutputConditionPolledTimeFactoryForge(ExprTimePeriod timePeriod) |
Modifier and Type | Field and Description |
---|---|
protected ExprTimePeriod |
OutputProcessViewDirectDistinctOrAfterFactoryForge.afterTimePeriod |
Constructor and Description |
---|
OutputProcessViewConditionForge(OutputStrategyPostProcessForge outputStrategyPostProcessForge,
boolean isDistinct,
ExprTimePeriod afterTimePeriodExpr,
Integer afterNumberOfEvents,
OutputConditionFactoryForge outputConditionFactoryForge,
int streamCount,
ResultSetProcessorOutputConditionType conditionType,
boolean terminable,
boolean hasAfter,
boolean unaggregatedUngrouped,
SelectClauseStreamSelectorEnum selectClauseStreamSelector,
EventType[] eventTypes,
EventType resultEventType) |
OutputProcessViewDirectDistinctOrAfterFactoryForge(OutputStrategyPostProcessForge outputStrategyPostProcessForge,
boolean isDistinct,
ExprTimePeriod afterTimePeriod,
Integer afterConditionNumberOfEvents,
EventType resultEventType) |
Constructor and Description |
---|
TimerScheduleSpecComputeFromExprForge(ExprNode dateNode,
ExprNode repetitionsNode,
ExprTimePeriod periodNode) |
Copyright © 2005–2018. All rights reserved.