public static enum XSEventStore.Type extends java.lang.Enum<XSEventStore.Type>
| Enum Constant and Description |
|---|
RESERVOIR_CASE_LEVEL |
RESERVOIR_EVENT_LEVEL |
SLIDING_WINDOW |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getParameters() |
static XSEventStore.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XSEventStore.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XSEventStore.Type RESERVOIR_CASE_LEVEL
public static final XSEventStore.Type RESERVOIR_EVENT_LEVEL
public static final XSEventStore.Type SLIDING_WINDOW
public static XSEventStore.Type[] values()
for (XSEventStore.Type c : XSEventStore.Type.values()) System.out.println(c);
public static XSEventStore.Type 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 namejava.lang.NullPointerException - if the argument is nullpublic java.util.List<java.lang.String> getParameters()