Package | Description |
---|---|
org.apache.tinkerpop.gremlin.jsr223 | |
org.apache.tinkerpop.gremlin.jsr223.console |
Class and Description |
---|
AbstractGremlinPlugin |
BindingsCustomizer
Provides a way to alter the bindings on a
GremlinScriptEngine . |
BindingsGremlinPlugin
A plugin that allows
Bindings to be applied to a GremlinScriptEngine at the time of creation. |
BindingsGremlinPlugin.Builder |
CoreGremlinPlugin
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. |
DefaultImportCustomizer
Simple implementation of the
ImportCustomizer which allows direct setting of all the different import types. |
DefaultImportCustomizer.Builder |
GremlinPlugin
A plugin interface that is used by the
GremlinScriptEngineManager to configure special Customizer
instances that will alter the features of any GremlinScriptEngine created by the manager itself. |
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. |
ImportGremlinPlugin
A module that allows custom class, static method and enum imports (i.e.
|
ImportGremlinPlugin.Builder |
JavaTranslator |
ScriptCustomizer
A
Customizer that executes scripts in a GremlinScriptEngine instance for purpose of initialization. |
ScriptFileGremlinPlugin
Loads scripts from one or more files into the
GremlinScriptEngine at startup. |
ScriptFileGremlinPlugin.Builder |
Class and Description |
---|
Customizer
The
Customizer provides a general way to provide configurations to a GremlinScriptEngine . |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.