| 
GigaSpaces XAP 8.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpaceIndexType | |
|---|---|
| com.gigaspaces.annotation.pojo | Provides annotations to support POJO usage with GigaSpaces. | 
| com.gigaspaces.metadata | Provides classes and interfaces encapsulating space entries metadata. | 
| com.gigaspaces.metadata.index | Provides classes and interfaces encapsulating space entries indexes. | 
| org.openspaces.core.config | Support classes for Spring namespace based configuration of OpenSpaces core. | 
| Uses of SpaceIndexType in com.gigaspaces.annotation.pojo | 
|---|
| Methods in com.gigaspaces.annotation.pojo that return SpaceIndexType | |
|---|---|
 SpaceIndexType | 
SpaceProperty.IndexType.toSpaceIndexType()
Deprecated.  | 
| Uses of SpaceIndexType in com.gigaspaces.metadata | 
|---|
| Methods in com.gigaspaces.metadata with parameters of type SpaceIndexType | |
|---|---|
 SpaceTypeDescriptorBuilder | 
SpaceTypeDescriptorBuilder.addPathIndex(String path,
             SpaceIndexType indexType)
Adds an index of the specified type for the specified path.  | 
 SpaceTypeDescriptorBuilder | 
SpaceTypeDescriptorBuilder.addPropertyIndex(String propertyName,
                 SpaceIndexType indexType)
Adds an index of the specified type for the specified property.  | 
 SpaceTypeDescriptorBuilder | 
SpaceTypeDescriptorBuilder.idProperty(String idPropertyName,
           boolean autoGenerateId,
           SpaceIndexType indexType)
Sets the ID property.  | 
 SpaceTypeDescriptorBuilder | 
SpaceTypeDescriptorBuilder.routingProperty(String routingPropertyName,
                SpaceIndexType indexType)
Sets the routing property.  | 
| Uses of SpaceIndexType in com.gigaspaces.metadata.index | 
|---|
| Methods in com.gigaspaces.metadata.index that return SpaceIndexType | |
|---|---|
 SpaceIndexType | 
SpaceIndex.getIndexType()
Gets the type of the index.  | 
static SpaceIndexType | 
SpaceIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static SpaceIndexType[] | 
SpaceIndexType.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in com.gigaspaces.metadata.index with parameters of type SpaceIndexType | |
|---|---|
static SpaceIndex | 
SpaceIndexFactory.createPathIndex(String path,
                SpaceIndexType indexType)
Creates a space index for the specified path with the specified index type.  | 
static SpaceIndex | 
SpaceIndexFactory.createPropertyIndex(String propertyName,
                    SpaceIndexType indexType)
Creates a space index for the specified property with the specified index type.  | 
| Uses of SpaceIndexType in org.openspaces.core.config | 
|---|
| Methods in org.openspaces.core.config that return SpaceIndexType | |
|---|---|
 SpaceIndexType | 
SpaceRoutingProperty.getIndex()
 | 
 SpaceIndexType | 
SpaceIdProperty.getIndex()
 | 
| Methods in org.openspaces.core.config with parameters of type SpaceIndexType | |
|---|---|
 void | 
SpaceRoutingProperty.setIndex(SpaceIndexType index)
 | 
 void | 
SpaceIdProperty.setIndex(SpaceIndexType index)
 | 
  | 
GigaSpaces XAP 8.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||