public interface TitanGraphIndex extends TitanSchemaElement
TitanManagement.buildIndex(String, Class).
This interface allows introspecting an existing graph index. Existing graph indexes can be retrieved via
TitanManagement.getGraphIndex(String) or TitanManagement.getGraphIndexes(Class).| Modifier and Type | Method and Description |
|---|---|
String |
getBackingIndex()
Returns the name of the backing index.
|
PropertyKey[] |
getFieldKeys()
Returns the indexed keys of this index.
|
Class<? extends com.tinkerpop.blueprints.Element> |
getIndexedElement()
Returns which element type is being indexed by this index (vertex, edge, or property)
|
String |
getName()
Returns the name of the index
|
Parameter[] |
getParametersFor(PropertyKey key)
Returns the parameters associated with an indexed key of this index.
|
boolean |
isUnique()
Whether this is a unique index, i.e.
|
String getName()
getName in interface NamifiableString getBackingIndex()
Class<? extends com.tinkerpop.blueprints.Element> getIndexedElement()
PropertyKey[] getFieldKeys()
Parameter[] getParametersFor(PropertyKey key)
key - boolean isUnique()
Copyright © 2012–2014. All rights reserved.