public class TitanGraphIndexWrapper extends Object implements TitanGraphIndex
| Constructor and Description |
|---|
TitanGraphIndexWrapper(IndexType index) |
| 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.
|
public TitanGraphIndexWrapper(IndexType index)
public String getName()
TitanGraphIndexgetName in interface NamifiablegetName in interface TitanGraphIndexpublic String getBackingIndex()
TitanGraphIndexgetBackingIndex in interface TitanGraphIndexpublic Class<? extends com.tinkerpop.blueprints.Element> getIndexedElement()
TitanGraphIndexgetIndexedElement in interface TitanGraphIndexpublic PropertyKey[] getFieldKeys()
TitanGraphIndexgetFieldKeys in interface TitanGraphIndexpublic Parameter[] getParametersFor(PropertyKey key)
TitanGraphIndexgetParametersFor in interface TitanGraphIndexpublic boolean isUnique()
TitanGraphIndexisUnique in interface TitanGraphIndexCopyright © 2012–2014. All rights reserved.