|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<FifoGroupsIndexType> com.gigaspaces.metadata.index.FifoGroupsIndexType
public enum FifoGroupsIndexType
Determines a Space index type For Fifo-groups usage.
Enum Constant Summary | |
---|---|
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 . |
Method Summary | |
---|---|
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. |
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 FifoGroupsIndexType NONE
public static final FifoGroupsIndexType MAIN
public static final FifoGroupsIndexType AUXILIARY
Method Detail |
---|
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 name
NullPointerException
- if the argument is null
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |