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