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