| Interface | Description |
|---|---|
| HasStepFolder<S,E> | |
| MultiQueriable<S,E> |
| Class | Description |
|---|---|
| HasStepFolder.OrderEntry | |
| JanusGraphEdgeVertexStep |
A JanusGraphEdgeVertexStep is identical to a
EdgeVertexStep. |
| JanusGraphMixedIndexCountStep<S> |
A custom count step similar to
CountGlobalStep but
uses mixed index query to directly fetch number of satisfying elements without actually fetching the elements. |
| JanusGraphMultiQueryStep |
This step can be injected before a traversal parent, such as a union, and will cache the
starts sent to the parent.
|
| JanusGraphPropertiesStep<E> | |
| JanusGraphStep<S,E extends org.apache.tinkerpop.gremlin.structure.Element> | |
| JanusGraphVertexStep<E extends org.apache.tinkerpop.gremlin.structure.Element> |
Copyright © 2012–2023. All rights reserved.