Package | Description |
---|---|
org.apache.tinkerpop.gremlin.groovy.jsr223 | |
org.apache.tinkerpop.gremlin.jsr223 |
Class and Description |
---|
Customizer
The
Customizer provides a general way to provide configurations to a GremlinScriptEngine . |
GremlinScriptEngine
A
GremlinScriptEngine is an extension of the standard ScriptEngine and provides some specific
methods that are important to the TinkerPop environment. |
GremlinScriptEngineFactory
Creates a
GremlinScriptEngine implementation and supplies to it any Customizer implementations to
it that are available on the GremlinScriptEngineManager . |
GremlinScriptEngineManager
The
ScriptEngineManager implements a discovery, instantiation and configuration mechanism for
GremlinScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all
engines created by it. |
Class and Description |
---|
CoreGremlinModule
This module is required for a
ScriptEngine to be Gremlin-enabled. |
Customizer
The
Customizer provides a general way to provide configurations to a GremlinScriptEngine . |
DefaultGremlinScriptEngineManager
The
ScriptEngineManager implements a discovery, instantiation and configuration mechanism for
GremlinScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all
engines created by it. |
GremlinModule |
GremlinScriptEngine
A
GremlinScriptEngine is an extension of the standard ScriptEngine and provides some specific
methods that are important to the TinkerPop environment. |
GremlinScriptEngineFactory
Creates a
GremlinScriptEngine implementation and supplies to it any Customizer implementations to
it that are available on the GremlinScriptEngineManager . |
GremlinScriptEngineManager
The
ScriptEngineManager implements a discovery, instantiation and configuration mechanism for
GremlinScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all
engines created by it. |
ImportCustomizer
Provides the list of imports to apply to a
GremlinScriptEngine instance. |
ImportCustomizer.Builder |
JavaTranslator |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.