| Interface | Description |
|---|---|
| MultiQueriableStepRegistrationConsumer |
| Class | Description |
|---|---|
| AdjacentVertexFilterOptimizerStrategy | |
| AdjacentVertexHasIdOptimizerStrategy | |
| AdjacentVertexHasUniquePropertyOptimizerStrategy | |
| AdjacentVertexIsOptimizerStrategy | |
| AdjacentVertexOptimizerStrategy<T extends org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep<?>> | |
| JanusGraphHasStepStrategy | |
| JanusGraphIoRegistrationStrategy |
JanusGraphIoRegistrationStrategy registers the
JanusGraphIoRegistry for the IoStep: |
| JanusGraphLocalQueryOptimizerStrategy | |
| JanusGraphMixedIndexAggStrategy |
If the query can be satisfied by a single mixed index query, and the query is followed by an aggregation step, then
this strategy replaces original step with
JanusGraphMixedIndexAggStep, which fires an aggregation query
against mixed index backend without retrieving all elements |
| 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
JanusGraphMixedIndexAggStep, which fires a count aggregation query
against mixed index backend without retrieving all elements |
| JanusGraphMultiQueryStrategy | |
| JanusGraphStepStrategy | |
| JanusGraphUnusedMultiQueryRemovalStrategy |
Removes any `JanusGraphMultiQueryStep` without any registered `clientSteps`.
|
| Enum | Description |
|---|---|
| AdjacentVertexOptimizerStrategy.OptimizablePosition | |
| MultiQueryHasStepStrategyMode | |
| MultiQueryLabelStepStrategyMode | |
| MultiQueryPropertiesStrategyMode | |
| MultiQueryStrategyRepeatStepMode |
Repeat step mode for registering batches for the multi-nested children step with batch support (
MultiQueriable steps). |
Copyright © 2012–2024. All rights reserved.