Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator
-
Packages that use PythonTranslator Package Description org.apache.tinkerpop.gremlin.process.traversal.translator -
-
Uses of PythonTranslator in org.apache.tinkerpop.gremlin.process.traversal.translator
Methods in org.apache.tinkerpop.gremlin.process.traversal.translator that return PythonTranslator Modifier and Type Method Description static PythonTranslatorPythonTranslator. of(String traversalSource)static PythonTranslatorPythonTranslator. of(String traversalSource, boolean withParameters)Creates the translator with thePythonTranslator.DefaultTypeTranslatorpassing thewithParametersoption 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 PythonTranslatorPythonTranslator. of(String traversalSource, Translator.ScriptTranslator.TypeTranslator typeTranslator)Creates the translator with a customTranslator.ScriptTranslator.TypeTranslatorinstance.
-