Uses of Class
net.esper.eql.spec.OutputLimitSpec

Packages that use OutputLimitSpec
net.esper.eql.core Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.eql.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of OutputLimitSpec in net.esper.eql.core
 

Methods in net.esper.eql.core with parameters of type OutputLimitSpec
static ResultSetProcessor ResultSetProcessorFactory.getProcessor(SelectClauseSpec selectClauseSpec, InsertIntoDesc insertIntoDesc, List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec outputLimitSpec, List<OrderByItem> orderByList, StreamTypeService typeService, EventAdapterService eventAdapterService, MethodResolutionService methodResolutionService, ViewResourceDelegate viewResourceDelegate, TimeProvider timeProvider, VariableService variableService)
          Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause.
 

Uses of OutputLimitSpec in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return OutputLimitSpec
static OutputLimitSpec ASTOutputLimitHelper.buildSpec(antlr.collections.AST node)
          Build an output limit spec from the AST node supplied.
 

Uses of OutputLimitSpec in net.esper.eql.spec
 

Methods in net.esper.eql.spec that return OutputLimitSpec
 OutputLimitSpec StatementSpecRaw.getOutputLimitSpec()
          Returns the output limit definition, if any.
 OutputLimitSpec StatementSpecCompiled.getOutputLimitSpec()
          Returns the output limit definition, if any.
 

Methods in net.esper.eql.spec with parameters of type OutputLimitSpec
 void StatementSpecRaw.setOutputLimitSpec(OutputLimitSpec outputLimitSpec)
          Sets the output limiting definition.
 

Constructors in net.esper.eql.spec with parameters of type OutputLimitSpec
StatementSpecCompiled(OnTriggerDesc onTriggerDesc, CreateWindowDesc createWindowDesc, CreateVariableDesc createVariableDesc, InsertIntoDesc insertIntoDesc, SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum, SelectClauseSpec selectClauseSpec, List<StreamSpecCompiled> streamSpecs, List<OuterJoinDesc> outerJoinDescList, ExprNode filterExprRootNode, List<ExprNode> groupByExpressions, ExprNode havingExprRootNode, OutputLimitSpec outputLimitSpec, List<OrderByItem> orderByList, List<ExprSubselectNode> subSelectExpressions, boolean hasVariables)
          Ctor.
 

Uses of OutputLimitSpec in net.esper.eql.view
 

Methods in net.esper.eql.view with parameters of type OutputLimitSpec
 OutputCondition OutputConditionFactoryDefault.createCondition(OutputLimitSpec outputLimitSpec, StatementContext statementContext, OutputCallback outputCallback)
          Creates an output condition instance.
 OutputCondition OutputConditionFactory.createCondition(OutputLimitSpec outputLimitSpec, StatementContext statementContext, OutputCallback outputCallback)
          Creates an output condition instance.
static OutputProcessView OutputProcessViewFactory.makeView(ResultSetProcessor resultSetProcessor, int streamCount, OutputLimitSpec outputLimitSpec, StatementContext statementContext)
          Creates an output processor view depending on the presence of output limiting requirements.
 

Constructors in net.esper.eql.view with parameters of type OutputLimitSpec
OutputConditionFirst(OutputLimitSpec outputLimitSpec, StatementContext statementContext, OutputCallback outputCallback)
          Ctor.
OutputProcessViewPolicy(ResultSetProcessor resultSetProcessor, int streamCount, OutputLimitSpec outputLimitSpec, StatementContext statementContext)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com