| 
GigaSpaces XAP 8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.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.  | 
|
DEFAULT
FIFO support will be inherited from the superclass.  | 
|
NOT_SET
Deprecated. Since 8.0.1 - Use DEFAULT instead.  | 
|
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 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 | 
|---|
@Deprecated public static final FifoSupport NOT_SET
public static final FifoSupport DEFAULT
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 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
NullPointerException - if the argument is null
  | 
GigaSpaces XAP 8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||