GigaSpaces XAP 9.7.2 API

com.gigaspaces.metadata.index
Interface SpaceIndex


public interface SpaceIndex

Encapsulates information about an index of a space type.

Since:
8.0
Author:
Niv Ingberg
See Also:
SpaceTypeDescriptor, SpaceIndexFactory

Method Summary
 SpaceIndexType getIndexType()
          Gets the type of the index.
 String getName()
          Gets the name of the index.
 boolean isUnique()
          Returns true if this index has a unique constraint, false otherwise.
 

Method Detail

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

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.