Uses of Class
com.espertech.esper.epl.spec.OutputLimitLimitType

Packages that use OutputLimitLimitType
com.espertech.esper.epl.core 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.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. 
 

Uses of OutputLimitLimitType in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core with parameters of type OutputLimitLimitType
 UniformPair<EventBean[]> ResultSetProcessorRowPerGroup.processOutputLimitedJoin(List<UniformPair<Set<MultiKey<EventBean>>>> joinEventsSet, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessorRowForAll.processOutputLimitedJoin(List<UniformPair<Set<MultiKey<EventBean>>>> joinEventsSet, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessorBaseSimple.processOutputLimitedJoin(List<UniformPair<Set<MultiKey<EventBean>>>> joinEventsSet, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessorAggregateGrouped.processOutputLimitedJoin(List<UniformPair<Set<MultiKey<EventBean>>>> joinEventsSet, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessorAggregateAll.processOutputLimitedJoin(List<UniformPair<Set<MultiKey<EventBean>>>> joinEventsSet, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessor.processOutputLimitedJoin(List<UniformPair<Set<MultiKey<EventBean>>>> joinEventsSet, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
          Processes batched events in case of output-rate limiting.
 UniformPair<EventBean[]> ResultSetProcessorRowPerGroup.processOutputLimitedView(List<UniformPair<EventBean[]>> viewEventsList, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessorRowForAll.processOutputLimitedView(List<UniformPair<EventBean[]>> viewEventsList, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessorBaseSimple.processOutputLimitedView(List<UniformPair<EventBean[]>> viewEventsList, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessorAggregateGrouped.processOutputLimitedView(List<UniformPair<EventBean[]>> viewEventsList, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessorAggregateAll.processOutputLimitedView(List<UniformPair<EventBean[]>> viewEventsList, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
           
 UniformPair<EventBean[]> ResultSetProcessor.processOutputLimitedView(List<UniformPair<EventBean[]>> viewEventsList, boolean generateSynthetic, OutputLimitLimitType outputLimitLimitType)
          Processes batched events in case of output-rate limiting.
 

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

Methods in com.espertech.esper.epl.spec that return OutputLimitLimitType
 OutputLimitLimitType OutputLimitSpec.getDisplayLimit()
          Returns the type of output limit.
static OutputLimitLimitType OutputLimitLimitType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OutputLimitLimitType[] OutputLimitLimitType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.espertech.esper.epl.spec with parameters of type OutputLimitLimitType
OutputLimitSpec(Double rate, String variableForRate, OutputLimitRateType rateType, OutputLimitLimitType displayLimit)
          Ctor.
 


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