Package | Description |
---|---|
org.apache.tinkerpop.gremlin.groovy.jsr223 |
Modifier and Type | Method and Description |
---|---|
static GroovyTranslator |
GroovyTranslator.of(String traversalSource)
Deprecated.
|
static GroovyTranslator |
GroovyTranslator.of(String traversalSource,
boolean withParameters)
Deprecated.
Creates the translator with the
GroovyTranslator.DefaultTypeTranslator passing the withParameters option to it
which will handle type translation in a fashion that should typically increase cache hits and reduce
compilation times if enabled at the sacrifice to rewriting of the script that could reduce readability. |
static GroovyTranslator |
GroovyTranslator.of(String traversalSource,
Translator.ScriptTranslator.TypeTranslator typeTranslator)
Deprecated.
|
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.