GigaSpaces XAP 7.1 API

com.gigaspaces.annotation.pojo
Enum FifoSupport

java.lang.Object
  extended by java.lang.Enum<FifoSupport>
      extended by com.gigaspaces.annotation.pojo.FifoSupport
All Implemented Interfaces:
Serializable, Comparable<FifoSupport>

public enum FifoSupport
extends Enum<FifoSupport>

Determines FIFO operations support.

Since:
7.0
Author:
Niv Ingberg

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

NOT_SET

public static final FifoSupport NOT_SET
FIFO support is not set - FIFO behavior will be determined by deprecated SpaceClass.fifo().


OFF

public static final FifoSupport OFF
FIFO operations are not supported for this class.


OPERATION

public static final FifoSupport OPERATION
FIFO operations are supported for this class. Use ReadModifiers.FIFO to perform a FIFO operation.


ALL

public static final FifoSupport ALL
FIFO operations are supported for this class. All operations involving this class are FIFO.

Method Detail

values

public static final FifoSupport[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(FifoSupport c : FifoSupport.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static FifoSupport valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.