public interface IndexInfo
Storage
.
IndexInfo instances are thread-safe and immutable.
IndexInfoCapability
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.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.
|
java.lang.String getName()
boolean isUnique()
boolean isClustered()
java.lang.String[] getPropertyNames()
Direction[] getPropertyDirections()
getPropertyNames()
. The array is a copy, and so it may be safely
modified.Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.