Package | Description |
---|---|
org.apache.tinkerpop.gremlin.groovy.engine | |
org.apache.tinkerpop.gremlin.jsr223 | |
org.apache.tinkerpop.gremlin.python.jsr223 |
Modifier and Type | Method and Description |
---|---|
GremlinScriptEngineManager |
GremlinExecutor.getScriptEngineManager() |
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. |
Modifier and Type | Method and Description |
---|---|
void |
GremlinJythonScriptEngineFactory.setCustomizerManager(GremlinScriptEngineManager manager)
Deprecated.
|
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.