public interface EdgeIndex extends Named, Identified
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EdgeIndex.Builder |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tinkerpop.gremlin.structure.Direction |
direction() |
void |
drop()
Drops this index.
|
EdgeLabel |
edgeLabel() |
java.util.Set<? extends PropertyKey> |
propertyKeys() |
VertexLabel |
vertexLabel() |
idjava.util.Set<? extends PropertyKey> propertyKeys()
PropertyKeys by which the edges of this index are indexedVertexLabel vertexLabel()
VertexLabel that this index is on.org.apache.tinkerpop.gremlin.structure.Direction direction()
void drop()