| Interface | Description |
|---|---|
| HasStepFolder<S,E> | |
| MultiQueriable<S,E> |
| Class | Description |
|---|---|
| Aggregation | |
| HasStepFolder.OrderEntry | |
| JanusGraphElementMapStep<K,E> | |
| JanusGraphHasStep<S extends org.apache.tinkerpop.gremlin.structure.Element> |
This class extends the default TinkerPop's
HasStep and adds vertices multi-query optimization to this step. |
| JanusGraphMixedIndexAggStep<S> |
A custom 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> | |
| JanusGraphPropertyMapStep<K,E> | |
| JanusGraphStep<S,E extends org.apache.tinkerpop.gremlin.structure.Element> | |
| JanusGraphVertexStep<E extends org.apache.tinkerpop.gremlin.structure.Element> |
| Enum | Description |
|---|---|
| Aggregation.Type |
Copyright © 2012–2023. All rights reserved.