@Deprecated public static enum SpaceProperty.IndexType extends Enum<SpaceProperty.IndexType>
| Enum Constant and Description | 
|---|
BASIC
Deprecated.  
Indicates basic index should be used. 
 | 
EXTENDED
Deprecated.  
Indicates extended index should be used. 
 | 
NONE
Deprecated.  
Indicates no index should be used. 
 | 
NOT_SET
Deprecated.  
Indicates no index type was set, and default will be used. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isIndexed()
Deprecated.  
Returns true if any index other than NONE is set, false otherwise. 
 | 
SpaceIndexType | 
toSpaceIndexType()
Deprecated.  
  | 
static SpaceProperty.IndexType | 
valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static SpaceProperty.IndexType[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SpaceProperty.IndexType NOT_SET
public static final SpaceProperty.IndexType NONE
public static final SpaceProperty.IndexType BASIC
public static final SpaceProperty.IndexType EXTENDED
public static SpaceProperty.IndexType[] values()
for (SpaceProperty.IndexType c : SpaceProperty.IndexType.values()) System.out.println(c);
public static SpaceProperty.IndexType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isIndexed()
true if any index other than NONEpublic SpaceIndexType toSpaceIndexType()
Copyright © GigaSpaces.