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 | Field and Description |
---|---|
protected GremlinScriptEngineManager |
AbstractGremlinScriptEngineFactory.manager |
Modifier and Type | Method and Description |
---|---|
static GremlinScriptEngineManager |
SingleGremlinScriptEngineManager.instance() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGremlinScriptEngineFactory.setCustomizerManager(GremlinScriptEngineManager manager) |
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–2018 Apache Software Foundation. All rights reserved.