CoreGremlinPlugin
.@Deprecated public final class CoreGremlinModule extends Object implements GremlinModule
ScriptEngine
to be Gremlin-enabled.Modifier and Type | Field and Description |
---|---|
static CoreGremlinModule |
INSTANCE
Deprecated.
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
Customizer implementations to assign to a new GremlinScriptEngine . |
String |
getName()
Deprecated.
The name of the module.
|
static CoreGremlinModule |
instance()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCustomizers, 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)
GremlinModule
Customizer
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 GremlinModule
scriptEngineName
- The name of the ScriptEngine
or null to get all the available Customizers
public String getName()
GremlinModule
getName
in interface GremlinModule
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.