|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OutputLimitLimitType>
net.esper.eql.spec.OutputLimitLimitType
public enum OutputLimitLimitType
Enum for describing the type of output limit within an interval.
Enum Constant Summary | |
---|---|
ALL
Output all events, relative to the output batch. |
|
FIRST
Output first event, relative to the output batch. |
|
LAST
Output last event, relative to the output batch. |
|
SNAPSHOT
Output a snapshot of the current state, relative to the full historical state of a statement. |
Method Summary | |
---|---|
static OutputLimitLimitType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OutputLimitLimitType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final OutputLimitLimitType FIRST
public static final OutputLimitLimitType LAST
public static final OutputLimitLimitType ALL
public static final OutputLimitLimitType SNAPSHOT
Method Detail |
---|
public static final OutputLimitLimitType[] values()
for(OutputLimitLimitType c : OutputLimitLimitType.values()) System.out.println(c);
public static OutputLimitLimitType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
© 2007 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 |