public static enum KVStoreCollection.EGroupMethod extends java.lang.Enum<KVStoreCollection.EGroupMethod>
| Enum Constant and Description |
|---|
ADD |
AVG |
LIST |
MAJORITY |
MAX |
MIN |
MINORITY |
| Modifier and Type | Method and Description |
|---|---|
static KVStoreCollection.EGroupMethod |
getStandardGroupingHandler() |
static KVStoreCollection.EGroupMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KVStoreCollection.EGroupMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KVStoreCollection.EGroupMethod AVG
public static final KVStoreCollection.EGroupMethod MIN
public static final KVStoreCollection.EGroupMethod MAX
public static final KVStoreCollection.EGroupMethod MAJORITY
public static final KVStoreCollection.EGroupMethod MINORITY
public static final KVStoreCollection.EGroupMethod LIST
public static final KVStoreCollection.EGroupMethod ADD
public static KVStoreCollection.EGroupMethod[] values()
for (KVStoreCollection.EGroupMethod c : KVStoreCollection.EGroupMethod.values()) System.out.println(c);
public static KVStoreCollection.EGroupMethod 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 static KVStoreCollection.EGroupMethod getStandardGroupingHandler()