Uses of Class
com.espertech.esper.client.soda.OutputLimitSelector

Packages that use OutputLimitSelector
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of OutputLimitSelector in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return OutputLimitSelector
 OutputLimitSelector OutputLimitClause.getSelector()
          Returns the selector indicating the events to output.
static OutputLimitSelector OutputLimitSelector.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OutputLimitSelector[] OutputLimitSelector.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.espertech.esper.client.soda with parameters of type OutputLimitSelector
static OutputLimitClause OutputLimitClause.create(OutputLimitSelector selector, double frequency)
          Creates an output limit clause.
static OutputLimitClause OutputLimitClause.create(OutputLimitSelector selector, java.lang.String frequencyVariable)
          Creates an output limit clause.
static OutputLimitClause OutputLimitClause.create(OutputLimitSelector selector, TimePeriodExpression timePeriodExpression)
          Creates an output limit clause.
 void OutputLimitClause.setSelector(OutputLimitSelector selector)
          Sets the selector indicating the events to output.
 

Constructors in com.espertech.esper.client.soda with parameters of type OutputLimitSelector
OutputLimitClause(OutputLimitSelector selector, java.lang.Double frequency)
          Ctor.
OutputLimitClause(OutputLimitSelector selector, java.lang.Double frequency, java.lang.String frequencyVariable, OutputLimitUnit unit)
          Ctor.
OutputLimitClause(OutputLimitSelector selector, Expression[] crontabAtParameters)
          Ctor.
OutputLimitClause(OutputLimitSelector selector, Expression whenExpression, java.util.List<Assignment> thenAssignments)
          Ctor.
OutputLimitClause(OutputLimitSelector selector, OutputLimitUnit unit)
          Ctor.
OutputLimitClause(OutputLimitSelector selector, OutputLimitUnit unit, TimePeriodExpression afterTimePeriod, java.lang.Integer afterNumberOfEvents)
          Ctor.
OutputLimitClause(OutputLimitSelector selector, java.lang.String frequencyVariable)
          Ctor.
OutputLimitClause(OutputLimitSelector selector, TimePeriodExpression timePeriodExpression)
          Ctor.
 


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