Package | Description |
---|---|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
com.espertech.esper.epl.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.epl.view |
Internal processing views for output rate limiting, filtering and internal event routing
|
Modifier and Type | Class and Description |
---|---|
class |
ExprTimePeriodImpl
Expression representing a time period.
|
Modifier and Type | Method and Description |
---|---|
static ExprTimePeriod |
ASTExprHelper.timePeriodGetExprAllParams(EsperEPL2GrammarParser.TimePeriodContext ctx,
java.util.Map<Tree,ExprNode> astExprNodeMap,
VariableService variableService,
StatementSpecRaw spec) |
static ExprTimePeriod |
ASTExprHelper.timePeriodGetExprJustSeconds(EsperEPL2GrammarParser.ExpressionContext expression,
java.util.Map<Tree,ExprNode> astExprNodeMap) |
Modifier and Type | Method and Description |
---|---|
ExprTimePeriod |
OutputLimitSpec.getAfterTimePeriodExpr()
Returns the after-keyword time period.
|
ExprTimePeriod |
ContextDetailConditionTimePeriod.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 |
ContextDetailConditionTimePeriod.setTimePeriod(ExprTimePeriod timePeriod) |
void |
OutputLimitSpec.setTimePeriodExpr(ExprTimePeriod timePeriodExpr) |
Constructor and Description |
---|
ContextDetailConditionTimePeriod(ExprTimePeriod timePeriod,
boolean immediate) |
MatchRecognizeInterval(ExprTimePeriod timePeriodExpr,
boolean orTerminated)
Ctor.
|
OutputLimitSpec(java.lang.Double rate,
java.lang.String variableForRate,
OutputLimitRateType rateType,
OutputLimitLimitType displayLimit,
ExprNode whenExpressionNode,
java.util.List<OnTriggerSetAssignment> thenExpressions,
java.util.List<ExprNode> crontabAtSchedule,
ExprTimePeriod timePeriodExpr,
ExprTimePeriod afterTimePeriodExpr,
java.lang.Integer afterNumberOfEvents,
boolean andAfterTerminate,
ExprNode andAfterTerminateExpr,
java.util.List<OnTriggerSetAssignment> andAfterTerminateSetExpressions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ExprTimePeriod |
OutputConditionTimeFactory.getTimePeriod() |
Constructor and Description |
---|
OutputConditionPolledTime(ExprTimePeriod timePeriod,
AgentInstanceContext context)
Constructor.
|
OutputConditionTimeFactory(ExprTimePeriod timePeriod,
StatementContext statementContext)
Constructor.
|
OutputProcessViewConditionFactory(StatementContext statementContext,
OutputStrategyPostProcessFactory postProcessFactory,
boolean distinct,
ExprTimePeriod afterTimePeriod,
java.lang.Integer afterConditionNumberOfEvents,
EventType resultEventType,
OutputConditionFactory outputConditionFactory,
int streamCount,
OutputProcessViewConditionFactory.ConditionType conditionType,
OutputLimitLimitType outputLimitLimitType,
boolean terminable) |
OutputProcessViewDirectDistinctOrAfterFactory(StatementContext statementContext,
OutputStrategyPostProcessFactory postProcessFactory,
boolean distinct,
ExprTimePeriod afterTimePeriod,
java.lang.Integer afterConditionNumberOfEvents,
EventType resultEventType) |