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

Packages that use OutputLimitSpec
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.expression EQL expression nodes, aggregation, result set processing 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
net.esper.eql.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of OutputLimitSpec in net.esper.core
 

Constructors in net.esper.core with parameters of type OutputLimitSpec
EPEQLStmtStartMethod(InsertIntoDesc insertIntoDesc, List<SelectExprElement> selectionList, List<StreamSpec> streams, List<OuterJoinDesc> outerJoinDescList, ExprNode optionalFilterNode, List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec optionalOutputLimitViewSpecs, List<Pair<ExprNode,Boolean>> orderByNodes, String eqlStatement, EPServicesContext services)
          Ctor.
 

Uses of OutputLimitSpec in net.esper.eql.expression
 

Methods in net.esper.eql.expression with parameters of type OutputLimitSpec
static ResultSetProcessor ResultSetProcessorFactory.getProcessor(List<SelectExprElement> selectionList, InsertIntoDesc insertIntoDesc, List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec outputLimitSpec, List<Pair<ExprNode,Boolean>> orderByList, StreamTypeService typeService, EventAdapterService eventAdapterService, AutoImportService autoImportService)
          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.
 OutputLimitSpec EQLTreeWalker.getOutputLimitSpec()
          Returns the output limit definition, if any.
 

Uses of OutputLimitSpec in net.esper.eql.view
 

Methods in net.esper.eql.view with parameters of type OutputLimitSpec
static OutputCondition OutputConditionFactory.createCondition(OutputLimitSpec outputLimitSpec, ViewServiceContext viewContext, OutputCallback outputCallback)
          Creates an output condition instance.
 

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