public interface IndexType
| Modifier and Type | Method and Description |
|---|---|
String |
getBackingIndexName() |
ElementCategory |
getElement() |
IndexField |
getField(PropertyKey key) |
IndexField[] |
getFieldKeys() |
String |
getName() |
TitanSchemaType |
getSchemaTypeConstraint() |
boolean |
hasSchemaTypeConstraint() |
boolean |
indexesKey(PropertyKey key) |
boolean |
isExternalIndex() |
boolean |
isInternalIndex() |
void |
resetCache()
Resets the internal caches used to speed up lookups on this index.
|
ElementCategory getElement()
IndexField[] getFieldKeys()
IndexField getField(PropertyKey key)
boolean indexesKey(PropertyKey key)
boolean isInternalIndex()
boolean isExternalIndex()
boolean hasSchemaTypeConstraint()
TitanSchemaType getSchemaTypeConstraint()
String getBackingIndexName()
String getName()
void resetCache()
ManagementSystem.Copyright © 2012–2014. All rights reserved.