public interface VertexIndex extends Named, Identified
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VertexIndex.Builder |
static interface |
VertexIndex.IndexOption
Options that determine how properties are being indexed
|
static class |
VertexIndex.Type
DSE Graph supports the following types of indexes which are distinguished by their underlying index structures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
drop()
Drops the index
|
void |
dropPropertyKey(java.lang.String propertyKey)
Drops the property key from this index.
|
VertexIndex.Type |
getType() |
boolean |
isUnique()
Whether this index is a unique index, i.e.
|
java.util.Set<? extends IndexedPropertyKey> |
propertyKeys() |
VertexLabel |
vertexLabel() |
idjava.util.Set<? extends IndexedPropertyKey> propertyKeys()
PropertyKey's by which the vertex is indexedVertexIndex.Type getType()
boolean isUnique()
VertexLabel vertexLabel()
void drop()
void dropPropertyKey(java.lang.String propertyKey)
VertexIndex.Type.Search indexes.propertyKey - Drop the property key from this index