Interface | Description |
---|---|
Customizer |
The
Customizer provides a general way to provide configurations to a GremlinScriptEngine . |
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. |
Class | Description |
---|---|
CachedGremlinScriptEngineManager |
An implementation of the
GremlinScriptEngineManager that caches the instances of the
GremlinScriptEngine instances that are created by it. |
CachedGremlinScriptEngineManagerTest | |
ConcurrentBindings |
A
Bindings that can be accessed concurrently by multiple threads. |
CoreGremlinModule |
This module is required for a
ScriptEngine to be Gremlin-enabled. |
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. |
GremlinEnabledScriptEngineTest |
This is an important test case in that it validates that core features of
ScriptEngine instances that claim
to be "Gremlin-enabled" work in the expected fashion. |
GremlinScriptEngineSuite | |
ImportCustomizer |
Provides the list of imports to apply to a
GremlinScriptEngine instance. |
ImportCustomizer.Builder | |
JavaTranslator<S extends TraversalSource,T extends Traversal.Admin<?,?>> | |
ScriptEngineLambdaTest | |
ScriptEngineLambdaTest.Junk | |
SingleGremlinScriptEngineManager |
Provides static access to a
CachedGremlinScriptEngineManager instance. |
Annotation Type | Description |
---|---|
ScriptEngineToTest |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.