Uses of Interface
com.espertech.esper.epl.expression.time.ExprTimePeriod

Packages that use ExprTimePeriod
com.espertech.esper.epl.expression.time Time-related expressions. 
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 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
 

Uses of ExprTimePeriod in com.espertech.esper.epl.expression.time
 

Classes in com.espertech.esper.epl.expression.time that implement ExprTimePeriod
 class ExprTimePeriodImpl
          Expression representing a time period.
 

Uses of ExprTimePeriod in com.espertech.esper.epl.parse
 

Methods in com.espertech.esper.epl.parse that return ExprTimePeriod
static ExprTimePeriod ASTExprHelper.timePeriodGetExprAllParams(EsperEPL2GrammarParser.TimePeriodContext ctx, java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap, VariableService variableService, StatementSpecRaw spec)
           
static ExprTimePeriod ASTExprHelper.timePeriodGetExprJustSeconds(EsperEPL2GrammarParser.ExpressionContext expression, java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap)
           
 

Uses of ExprTimePeriod in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return ExprTimePeriod
 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.
 

Methods in com.espertech.esper.epl.spec with parameters of type ExprTimePeriod
 void OutputLimitSpec.setAfterTimePeriodExpr(ExprTimePeriod afterTimePeriodExpr)
           
 void ContextDetailConditionTimePeriod.setTimePeriod(ExprTimePeriod timePeriod)
           
 void OutputLimitSpec.setTimePeriodExpr(ExprTimePeriod timePeriodExpr)
           
 

Constructors in com.espertech.esper.epl.spec with parameters of type ExprTimePeriod
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.
 

Uses of ExprTimePeriod in com.espertech.esper.epl.view
 

Fields in com.espertech.esper.epl.view declared as ExprTimePeriod
protected  ExprTimePeriod OutputProcessViewDirectDistinctOrAfterFactory.afterTimePeriod
           
 

Methods in com.espertech.esper.epl.view that return ExprTimePeriod
 ExprTimePeriod OutputConditionTimeFactory.getTimePeriod()
           
 

Constructors in com.espertech.esper.epl.view with parameters of type ExprTimePeriod
OutputConditionPolledTime(ExprTimePeriod timePeriod, AgentInstanceContext context)
          Constructor.
OutputConditionTimeFactory(ExprTimePeriod timePeriod, boolean isStartConditionOnCreation)
          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)
           
 

Uses of ExprTimePeriod in com.espertech.esper.pattern
 

Methods in com.espertech.esper.pattern with parameters of type ExprTimePeriod
static java.lang.Object PatternExpressionUtil.evaluateTimePeriod(java.lang.String objectName, MatchedEventMap beginState, ExprTimePeriod timePeriod, MatchedEventConvertor convertor, ExprEvaluatorContext exprEvaluatorContext)
          Evaluate the pattern expression.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com