|
GigaSpaces XAP 7.0 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<FifoSupport> com.gigaspaces.annotation.pojo.FifoSupport
public enum FifoSupport
Determines FIFO operations support.
Enum Constant Summary | |
---|---|
ALL
FIFO operations are supported for this class. |
|
NOT_SET
FIFO support is not set - FIFO behavior will be determined by deprecated SpaceClass.fifo() . |
|
OFF
FIFO operations are not supported for this class. |
|
OPERATION
FIFO operations are supported for this class. |
Method Summary | |
---|---|
static FifoSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FifoSupport[] |
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 FifoSupport NOT_SET
SpaceClass.fifo()
.
public static final FifoSupport OFF
public static final FifoSupport OPERATION
ReadModifiers.FIFO
to perform a FIFO operation.
public static final FifoSupport ALL
Method Detail |
---|
public static final FifoSupport[] values()
for(FifoSupport c : FifoSupport.values()) System.out.println(c);
public static FifoSupport 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
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |