| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization |
| Modifier and Type | Method and Description |
|---|---|
static ProductiveByStrategy.Builder |
ProductiveByStrategy.build() |
ProductiveByStrategy.Builder |
ProductiveByStrategy.Builder.productiveKeys(Collection<String> keys)
Specify the list of property keys that should always be productive for
by(String). |
ProductiveByStrategy.Builder |
ProductiveByStrategy.Builder.productiveKeys(String key,
String... rest)
Specify the list of property keys that should always be productive for
by(String). |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.