Uses of Interface
org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
-
-
Uses of GremlinPlugin in org.apache.tinkerpop.gremlin.groovy.jsr223
Classes in org.apache.tinkerpop.gremlin.groovy.jsr223 that implement GremlinPlugin Modifier and Type Class Description class
GroovyCompilerGremlinPlugin
AGremlinPlugin
that provides access to low-level configuration options of theGroovyScriptEngine
itself.class
SugarGremlinPlugin
A plugin implementation which allows for the usage of Gremlin Groovy's syntactic sugar. -
Uses of GremlinPlugin in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Classes in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that implement GremlinPlugin Modifier and Type Class Description class
CredentialGraphGremlinPlugin
Plugin for the Credentials DSL that helps maintain a list of users and passwords in a graph for use with Gremlin Server authentication. -
Uses of GremlinPlugin in org.apache.tinkerpop.gremlin.jsr223
Classes in org.apache.tinkerpop.gremlin.jsr223 that implement GremlinPlugin Modifier and Type Class Description class
AbstractGremlinPlugin
class
BindingsGremlinPlugin
A plugin that allowsBindings
to be applied to aGremlinScriptEngine
at the time of creation.class
CoreGremlinPlugin
This module is required for aScriptEngine
to be Gremlin-enabled.class
ImportGremlinPlugin
A module that allows custom class, static method and enum imports (i.e.class
ScriptFileGremlinPlugin
Loads scripts from one or more files into theGremlinScriptEngine
at startup.Methods in org.apache.tinkerpop.gremlin.jsr223 with parameters of type GremlinPlugin Modifier and Type Method Description void
DefaultGremlinScriptEngineManager. addPlugin(GremlinPlugin plugin)
void
GremlinScriptEngineManager. addPlugin(GremlinPlugin plugin)
AddGremlinPlugin
instances to customize newly createdGremlinScriptEngine
instances. -
Uses of GremlinPlugin in org.apache.tinkerpop.gremlin.server.jsr223
Classes in org.apache.tinkerpop.gremlin.server.jsr223 that implement GremlinPlugin Modifier and Type Class Description class
GremlinServerGremlinPlugin
AGremlinPlugin
implementation that adds Gremlin Server specific classes to the imports. -
Uses of GremlinPlugin in org.apache.tinkerpop.gremlin.tinkergraph.jsr223
Classes in org.apache.tinkerpop.gremlin.tinkergraph.jsr223 that implement GremlinPlugin Modifier and Type Class Description class
TinkerGraphGremlinPlugin
-