Uses of Enum Class
com.espertech.esper.common.client.soda.OutputLimitSelector
Packages that use OutputLimitSelector
Package
Description
This package defines the Esper statement object model.
-
Uses of OutputLimitSelector in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return OutputLimitSelectorModifier and TypeMethodDescriptionOutputLimitClause.getSelector()
Returns the selector indicating the events to output.static OutputLimitSelector
Returns the enum constant of this class with the specified name.static OutputLimitSelector[]
OutputLimitSelector.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.espertech.esper.common.client.soda with parameters of type OutputLimitSelectorModifier and TypeMethodDescriptionstatic OutputLimitClause
OutputLimitClause.create
(OutputLimitSelector selector, double frequency) Creates an output limit clause.static OutputLimitClause
OutputLimitClause.create
(OutputLimitSelector selector, TimePeriodExpression timePeriodExpression) Creates an output limit clause.static OutputLimitClause
OutputLimitClause.create
(OutputLimitSelector selector, String frequencyVariable) Creates an output limit clause.void
OutputLimitClause.setSelector
(OutputLimitSelector selector) Sets the selector indicating the events to output.Constructors in com.espertech.esper.common.client.soda with parameters of type OutputLimitSelectorModifierConstructorDescriptionOutputLimitClause
(OutputLimitSelector selector, Expression[] crontabAtParameters) Ctor.OutputLimitClause
(OutputLimitSelector selector, Expression whenExpression, List<Assignment> thenAssignments) Ctor.OutputLimitClause
(OutputLimitSelector selector, OutputLimitUnit unit) Ctor.OutputLimitClause
(OutputLimitSelector selector, OutputLimitUnit unit, TimePeriodExpression afterTimePeriod, Integer afterNumberOfEvents) Ctor.OutputLimitClause
(OutputLimitSelector selector, TimePeriodExpression timePeriodExpression) Ctor.OutputLimitClause
(OutputLimitSelector selector, Double frequency) Ctor.OutputLimitClause
(OutputLimitSelector selector, Double frequency, String frequencyVariable, OutputLimitUnit unit) Ctor.OutputLimitClause
(OutputLimitSelector selector, String frequencyVariable) Ctor.