| Class | Description |
|---|---|
| AdjacentVertexFilterOptimizerStrategy | |
| AdjacentVertexHasIdOptimizerStrategy | |
| AdjacentVertexHasUniquePropertyOptimizerStrategy | |
| AdjacentVertexIsOptimizerStrategy | |
| AdjacentVertexOptimizerStrategy<T extends org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep<?>> | |
| JanusGraphIoRegistrationStrategy |
JanusGraphIoRegistrationStrategy registers the
JanusGraphIoRegistry for the IoStep: |
| JanusGraphLocalQueryOptimizerStrategy | |
| JanusGraphMixedIndexCountStrategy |
If the query can be satisfied by a single mixed index query, and the query is followed by a count step, then
this strategy replaces original step with
JanusGraphMixedIndexCountStep, which fires a count query against
mixed index backend without retrieving all elements |
| JanusGraphMultiQueryStrategy | |
| JanusGraphStepStrategy |
| Enum | Description |
|---|---|
| AdjacentVertexOptimizerStrategy.OptimizablePosition |
Copyright © 2012–2023. All rights reserved.