GigaSpaces XAP 9.7.2 API

com.gigaspaces.metadata.index
Enum FifoGroupsIndexType

java.lang.Object
  extended by java.lang.Enum<FifoGroupsIndexType>
      extended by com.gigaspaces.metadata.index.FifoGroupsIndexType
All Implemented Interfaces:
Serializable, Comparable<FifoGroupsIndexType>

public enum FifoGroupsIndexType
extends Enum<FifoGroupsIndexType>

Determines a Space index type For Fifo-groups usage.

Since:
9.0
Author:
Yechiel

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

NONE

public static final FifoGroupsIndexType NONE
Not used .


MAIN

public static final FifoGroupsIndexType MAIN
main fifo groups index index - grouping done by its value.


AUXILIARY

public static final FifoGroupsIndexType AUXILIARY
auxiliary index -used in fifo groups selection templates, compound index is created together with the fifo groups main index.

Method Detail

values

public static FifoGroupsIndexType[] 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 (FifoGroupsIndexType c : FifoGroupsIndexType.values())
    System.out.println(c);

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

valueOf

public static FifoGroupsIndexType 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 9.7.2 API

Copyright © GigaSpaces.