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.GroovyCompilerGremlinPlugin AGremlinPlugin
that provides access to low-level configuration options of theGroovyScriptEngine
itself.GroovyCompilerGremlinPlugin.Builder 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.