Package com.gigaspaces.metadata.index
Interface SpaceIndex
- All Known Subinterfaces:
ISpaceIndex
- All Known Implementing Classes:
AbstractSpaceIndex,CompoundIndex,CustomIndex,SpaceCollectionIndex,SpacePathIndex,SpacePropertyIndex
public interface SpaceIndex
Encapsulates information about an index of a space type.
- Since:
- 8.0
- Author:
- Niv Ingberg
- See Also:
-
Method Details
-
getName
String getName()Gets the name of the index. -
getIndexType
SpaceIndexType getIndexType()Gets the type of the index. -
isUnique
boolean isUnique()Returns true if this index has a unique constraint, false otherwise.- Returns:
- true if index is unique
-