| 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  | CachedGremlinScriptEngineManagerAn implementation of the  GremlinScriptEngineManagerthat caches the instances of theGremlinScriptEngineinstances that are created by it. | 
| class  | DefaultGremlinScriptEngineManagerThe  ScriptEngineManagerimplements a discovery, instantiation and configuration mechanism forGremlinScriptEngineclasses 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. 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  Customizerimplementations made available by the manager and supply them
 to theGremlinScriptEngineimplementation it creates. | 
| void | AbstractGremlinScriptEngineFactory. setCustomizerManager(GremlinScriptEngineManager manager) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GremlinJythonScriptEngineFactory. setCustomizerManager(GremlinScriptEngineManager manager) | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.