Package | Description |
---|---|
org.apache.tinkerpop.gremlin.jsr223 |
Modifier and Type | Class and Description |
---|---|
class |
CachedGremlinScriptEngineManager
An implementation of the
GremlinScriptEngineManager that caches the instances of the
GremlinScriptEngine instances that are created by it. |
class |
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. |
Modifier and Type | Method and Description |
---|---|
static GremlinScriptEngineManager |
SingleGremlinScriptEngineManager.getInstance()
Deprecated.
As of release 3.2.4, replaced by
SingleGremlinScriptEngineManager.instance() . |
static GremlinScriptEngineManager |
SingleGremlinScriptEngineManager.instance() |
Modifier and Type | Method and Description |
---|---|
void |
GremlinScriptEngineFactory.setCustomizerManager(GremlinScriptEngineManager manager)
The factory should take the
Customizer implementations made available by the manager and supply them
to the GremlinScriptEngine implementation it creates. |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.