|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexInfo
General information about an index defined in a Storage.
IndexInfo instances are thread-safe and immutable.
IndexInfoCapability| Method Summary | |
|---|---|
String |
getName()
Returns the name of this index, or null if not applicable. |
Direction[] |
getPropertyDirections()
Returns the directions of all the properties in this index. |
String[] |
getPropertyNames()
Returns the properties in this index. |
boolean |
isClustered()
Returns true if index is clustered, which means it defines the physical ordering of storables. |
boolean |
isUnique()
Returns true if index entries are unique. |
| Method Detail |
|---|
String getName()
boolean isUnique()
boolean isClustered()
String[] getPropertyNames()
Direction[] getPropertyDirections()
getPropertyNames(). The array is a copy, and so it may be safely
modified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||