|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputLimitUnit | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of OutputLimitUnit in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return OutputLimitUnit | |
---|---|
OutputLimitUnit |
OutputLimitClause.getUnit()
Returns the unit the frequency is in. |
static OutputLimitUnit |
OutputLimitUnit.valueOf(java.lang.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. |
Methods in com.espertech.esper.client.soda with parameters of type OutputLimitUnit | |
---|---|
void |
OutputLimitClause.setUnit(OutputLimitUnit unit)
Sets the unit the frequency is in. |
Constructors in com.espertech.esper.client.soda with parameters of type OutputLimitUnit | |
---|---|
OutputLimitClause(OutputLimitSelector selector,
java.lang.Double frequency,
java.lang.String frequencyVariable,
OutputLimitUnit unit)
Ctor. |
|
OutputLimitClause(OutputLimitSelector selector,
OutputLimitUnit unit)
Ctor. |
|
OutputLimitClause(OutputLimitSelector selector,
OutputLimitUnit unit,
TimePeriodExpression afterTimePeriod,
java.lang.Integer afterNumberOfEvents)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |