Uses of Enum Class
com.espertech.esper.common.client.soda.OutputLimitUnit
Package
Description
This package defines the Esper statement object model.
-
Uses of OutputLimitUnit in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionOutputLimitClause.getUnit()
Returns the unit the frequency is in.static OutputLimitUnit
Returns the enum constant of this class with the specified name.static OutputLimitUnit[]
OutputLimitUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
OutputLimitClause.setUnit
(OutputLimitUnit unit) Sets the unit the frequency is in.ModifierConstructorDescriptionOutputLimitClause
(OutputLimitSelector selector, OutputLimitUnit unit) Ctor.OutputLimitClause
(OutputLimitSelector selector, OutputLimitUnit unit, TimePeriodExpression afterTimePeriod, Integer afterNumberOfEvents) Ctor.OutputLimitClause
(OutputLimitSelector selector, Double frequency, String frequencyVariable, OutputLimitUnit unit) Ctor.