Uses of Class
net.esper.client.soda.OutputLimitSelector

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

Uses of OutputLimitSelector in net.esper.client.soda
 

Methods in net.esper.client.soda that return OutputLimitSelector
 OutputLimitSelector OutputLimitClause.getSelector()
          Returns the selector indicating the events to output.
static OutputLimitSelector OutputLimitSelector.valueOf(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're declared.
 

Methods in net.esper.client.soda with parameters of type OutputLimitSelector
static OutputLimitClause OutputLimitClause.create(OutputLimitSelector selector, double frequency, OutputLimitUnit unit)
          Creates an output limit clause.
 void OutputLimitClause.setSelector(OutputLimitSelector selector)
          Sets the selector indicating the events to output.
 

Constructors in net.esper.client.soda with parameters of type OutputLimitSelector
OutputLimitClause(OutputLimitSelector selector, double frequency, OutputLimitUnit unit)
          Ctor.