public enum FifoGroupsIndexType extends Enum<FifoGroupsIndexType>
Enum Constant and Description |
---|
AUXILIARY
auxiliary index -used in fifo groups selection templates, compound index is created together
with the fifo groups main index.
|
MAIN
main fifo groups index index - grouping done by its value.
|
NONE
Not used .
|
Modifier and Type | Method and Description |
---|---|
static FifoGroupsIndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FifoGroupsIndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FifoGroupsIndexType NONE
public static final FifoGroupsIndexType MAIN
public static final FifoGroupsIndexType AUXILIARY
public static FifoGroupsIndexType[] values()
for (FifoGroupsIndexType c : FifoGroupsIndexType.values()) System.out.println(c);
public static FifoGroupsIndexType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © GigaSpaces.