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 AGremlinScriptEngineFactoryimplementation that createsGremlinGroovyScriptEngineinstances.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 AGremlinPluginthat provides access to low-level configuration options of theGroovyScriptEngineitself.GroovyCompilerGremlinPlugin.Builder GroovyTranslator Deprecated. As of release 3.4.9, moved toGroovyTranslatoringremlin-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 theTimedInterruptGroovyCustomizerwhen the timeout is exceeded.