Uses of Class
org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
-
-
Uses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.groovy.jsr223
Subclasses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.groovy.jsr223 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 AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Subclasses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential 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 AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.jsr223
Subclasses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.jsr223 Modifier and Type Class Description class
BindingsGremlinPlugin
A plugin that allowsBindings
to be applied to aGremlinScriptEngine
at the time of creation.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. -
Uses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.server.jsr223
Subclasses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.server.jsr223 Modifier and Type Class Description class
GremlinServerGremlinPlugin
AGremlinPlugin
implementation that adds Gremlin Server specific classes to the imports. -
Uses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.tinkergraph.jsr223
Subclasses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.tinkergraph.jsr223 Modifier and Type Class Description class
TinkerGraphGremlinPlugin
-