CoreGremlinPlugin.@Deprecated public final class CoreGremlinModule extends Object implements GremlinModule
ScriptEngine to be Gremlin-enabled.| Modifier and Type | Field and Description | 
|---|---|
| static CoreGremlinModule | INSTANCEDeprecated. 
 As of 3.2.4, replaced by  instance()as this field will later become private. | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Customizer[]> | getCustomizers(String scriptEngineName)Deprecated.  Gets the list of  Customizerimplementations to assign to a newGremlinScriptEngine. | 
| String | getName()Deprecated.  The name of the module. | 
| static CoreGremlinModule | instance()Deprecated.  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCustomizers, remoteAcceptor, requireRestart@Deprecated public static final CoreGremlinModule INSTANCE
instance() as this field will later become private.public static CoreGremlinModule instance()
public Optional<Customizer[]> getCustomizers(String scriptEngineName)
GremlinModuleCustomizer implementations to assign to a new GremlinScriptEngine. The
 implementation should filter the returned Customizers according to the supplied name of the
 Gremlin-enabled ScriptEngine. By providing a filter, GremlinModule developers can have the
 ability to target specific ScriptEngines.getCustomizers in interface GremlinModulescriptEngineName - The name of the ScriptEngine or null to get all the available Customizerspublic String getName()
GremlinModulegetName in interface GremlinModuleCopyright © 2013–2018 Apache Software Foundation. All rights reserved.