Package org.apache.tinkerpop.gremlin.groovy.jsr223
-
Interface Summary Interface Description GroovyCustomizer -
Class Summary Class Description GremlinGroovyScriptEngine Provides methods to compile and evaluate Gremlin scripts.GremlinGroovyScriptEngineFactory AGremlinScriptEngineFactory
implementation that createsGremlinGroovyScriptEngine
instances.GremlinScriptChecker Processes Gremlin strings using regex to try to detect certain properties from the script without actual having to execute aeval()
on it.GremlinScriptChecker.Result A result returned from aGremlinScriptChecker.parse(String)
of a Gremlin string.GroovyCompilerGremlinPlugin AGremlinPlugin
that provides access to low-level configuration options of theGroovyScriptEngine
itself.GroovyCompilerGremlinPlugin.Builder GroovyTranslator Deprecated. As of release 3.4.9, moved toGroovyTranslator
ingremlin-core
.GroovyTranslator.DefaultTypeTranslator Performs standard type translation for the TinkerPop types to Groovy.SugarGremlinPlugin A plugin implementation which allows for the usage of Gremlin Groovy's syntactic sugar. -
Enum Summary Enum Description GroovyCompilerGremlinPlugin.Compilation -
Exception Summary Exception Description TimedInterruptTimeoutException An exception thrown from theTimedInterruptGroovyCustomizer
when the timeout is exceeded.