Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy.Builder
-
Packages that use ProductiveByStrategy.Builder Package Description org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization -
-
Uses of ProductiveByStrategy.Builder in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization that return ProductiveByStrategy.Builder Modifier and Type Method Description static ProductiveByStrategy.BuilderProductiveByStrategy. build()ProductiveByStrategy.BuilderProductiveByStrategy.Builder. productiveKeys(String key, String... rest)Specify the list of property keys that should always be productive forby(String).ProductiveByStrategy.BuilderProductiveByStrategy.Builder. productiveKeys(Collection<String> keys)Specify the list of property keys that should always be productive forby(String).
-