|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OutputLimitRateType>
com.espertech.esper.epl.spec.OutputLimitRateType
public enum OutputLimitRateType
Enum for the type of rate for output-rate limiting.
Enum Constant Summary | |
---|---|
AFTER
Output after a given time period |
|
CRONTAB
Output following a crontab-like schedule. |
|
EVENTS
Output by number of events. |
|
TERM
Output upon context partition (agent instance) termination |
|
TIME_PERIOD
Output based on a time period passing. |
|
WHEN_EXPRESSION
Output when an expression turns true. |
Method Summary | |
---|---|
static OutputLimitRateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OutputLimitRateType[] |
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 OutputLimitRateType EVENTS
public static final OutputLimitRateType CRONTAB
public static final OutputLimitRateType WHEN_EXPRESSION
public static final OutputLimitRateType TIME_PERIOD
public static final OutputLimitRateType AFTER
public static final OutputLimitRateType TERM
Method Detail |
---|
public static OutputLimitRateType[] values()
for (OutputLimitRateType c : OutputLimitRateType.values()) System.out.println(c);
public static OutputLimitRateType 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 null
|
© 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 |