GigaSpaces XAP 8.0 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.
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

NOT_SET

@Deprecated
public static final FifoSupport NOT_SET
Deprecated. Since 8.0.1 - Use DEFAULT instead.

DEFAULT

public static final FifoSupport DEFAULT
FIFO support will be inherited from the superclass. If superclass doesn't have FIFO settings, FifoSupport will be set to OFF.

Since:
8.0.1

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 FifoSupport[] values()
Returns an array containing the constants of this enum type, in the order they are 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 are 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
NullPointerException - if the argument is null

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.