| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization | 
| Class and Description | 
|---|
| TinkerGraphCountStrategy This strategy will do a direct  TinkerHelper.getVertices(org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex, org.apache.tinkerpop.gremlin.structure.Direction, java.lang.String...)size call if the traversal is a count of the vertices and edges of the graph or a one-to-one map chain thereof. | 
| TinkerGraphStepStrategy | 
| TinkerMergeEVStepStrategy Optimizes  mergeV()andmergeE()search lookups by usingTinkerMergeVertexStepandTinkerMergeEdgeSteprespectively. | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.