|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpaceIndex | |
---|---|
com.gigaspaces.cluster.replication.gateway.conflict | |
com.gigaspaces.metadata | Provides classes and interfaces encapsulating space entries metadata. |
com.gigaspaces.metadata.index | Provides classes and interfaces encapsulating space entries indexes. |
com.gigaspaces.sync | |
org.openspaces.core | Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. |
Uses of SpaceIndex in com.gigaspaces.cluster.replication.gateway.conflict |
---|
Methods in com.gigaspaces.cluster.replication.gateway.conflict that return SpaceIndex | |
---|---|
SpaceIndex[] |
AddIndexConflict.getIndexes()
|
Uses of SpaceIndex in com.gigaspaces.metadata |
---|
Methods in com.gigaspaces.metadata that return types with arguments of type SpaceIndex | |
---|---|
Map<String,SpaceIndex> |
SpaceTypeDescriptor.getIndexes()
Gets the indexes of the type, mapped by their names. |
Methods in com.gigaspaces.metadata with parameters of type SpaceIndex | |
---|---|
SpaceTypeDescriptorBuilder |
SpaceTypeDescriptorBuilder.addIndex(SpaceIndex index)
Adds the specified index to the type's index set. |
Uses of SpaceIndex in com.gigaspaces.metadata.index |
---|
Methods in com.gigaspaces.metadata.index that return SpaceIndex | |
---|---|
static SpaceIndex |
SpaceIndexFactory.createCompoundIndex(String[] paths)
|
static SpaceIndex |
SpaceIndexFactory.createCompoundIndex(String[] paths,
SpaceIndexType indexType,
String indexName,
boolean unique)
Creates a space compound index from the specified paths with the specified index type. |
static SpaceIndex |
SpaceIndexFactory.createPathIndex(String path,
SpaceIndexType indexType)
Creates a space index for the specified path with the specified index type. |
static SpaceIndex |
SpaceIndexFactory.createPathIndex(String path,
SpaceIndexType indexType,
boolean unique)
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. |
static SpaceIndex |
SpaceIndexFactory.createPropertyIndex(String propertyName,
SpaceIndexType indexType,
boolean unique)
Creates a space index for the specified property with the specified index type. |
Uses of SpaceIndex in com.gigaspaces.sync |
---|
Methods in com.gigaspaces.sync that return SpaceIndex | |
---|---|
SpaceIndex[] |
AddIndexData.getIndexes()
|
Uses of SpaceIndex in org.openspaces.core |
---|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |