|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OutputLimitUnit>
com.espertech.esper.client.soda.OutputLimitUnit
public enum OutputLimitUnit
Unit for output rate limiting.
Enum Constant Summary | |
---|---|
AFTER
The unit representing just after a time period or after a number of events. |
|
CONTEXT_PARTITION_TERM
The unit representing that output occurs when the context partition terminates. |
|
CRONTAB_EXPRESSION
The unit representing a crontab-at-expression. |
|
EVENTS
The number of events unit. |
|
TIME_PERIOD
The time period unit. |
|
WHEN_EXPRESSION
The unit representing a when-expression. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the text for the unit. |
static OutputLimitUnit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OutputLimitUnit[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OutputLimitUnit TIME_PERIOD
public static final OutputLimitUnit EVENTS
public static final OutputLimitUnit WHEN_EXPRESSION
public static final OutputLimitUnit CRONTAB_EXPRESSION
public static final OutputLimitUnit AFTER
public static final OutputLimitUnit CONTEXT_PARTITION_TERM
Method Detail |
---|
public static OutputLimitUnit[] values()
for (OutputLimitUnit c : OutputLimitUnit.values()) System.out.println(c);
public static OutputLimitUnit valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getText()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |