public interface PropertyIndex extends Named, Identified
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertyIndex.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
drop()
Drops this index.
|
PropertyKey |
propertyKey() |
java.util.Set<? extends IndexedPropertyKey> |
propertyKeys() |
VertexLabel |
vertexLabel() |
idVertexLabel vertexLabel()
VertexLabel that this index is on.PropertyKey propertyKey()
PropertyKeys by which the vertex properties of this index are indexedjava.util.Set<? extends IndexedPropertyKey> propertyKeys()
PropertyKeys by which the edges of this index are indexedvoid drop()