|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISpaceIndex
Encapsulates information about an index in a space type. Index defines how the objects of this class are stored: Index can be:
Index also defines how the index value is extracted from the given entry.
Usage example:
@SpaceIndex(path="personalInfo.address")
| Method Summary | |
|---|---|
Object |
getIndexValue(IServerEntry entry)
|
String |
getName()
Gets the name of the index. |
SpaceIndexType |
getType()
Gets the type of the index. |
boolean |
isUnique()
Returns true if this index has a unique constrint, false otherwise. |
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
| Method Detail |
|---|
String getName()
SpaceIndexType getType()
boolean isUnique()
Object getIndexValue(IServerEntry entry)
entry -
|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||