Uses of Interface
org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
Packages that use GremlinPlugin
Package
Description
-
Uses of GremlinPlugin in org.apache.tinkerpop.gremlin.groovy.jsr223
Classes in org.apache.tinkerpop.gremlin.groovy.jsr223 that implement GremlinPluginModifier and TypeClassDescriptionclassAGremlinPluginthat provides access to low-level configuration options of theGroovyScriptEngineitself.classA 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 GremlinPluginModifier and TypeClassDescriptionclassPlugin 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 GremlinPluginModifier and TypeClassDescriptionclassfinal classThis module is required for aScriptEngineto be Gremlin-enabled.classExposesCustomizerimplementations for configuring theGremlinLangScriptEngine.final classA module that allows custom class, static method and enum imports (i.e.final classLoads scripts from one or more files into theGremlinScriptEngineat startup.classA plugin that allows for the configuration of aVariableResolverimplementation to be used by theGremlinLangScriptEngine.Methods in org.apache.tinkerpop.gremlin.jsr223 with parameters of type GremlinPluginModifier and TypeMethodDescriptionvoidDefaultGremlinScriptEngineManager.addPlugin(GremlinPlugin plugin) voidGremlinScriptEngineManager.addPlugin(GremlinPlugin plugin) AddGremlinPlugininstances to customize newly createdGremlinScriptEngineinstances. -
Uses of GremlinPlugin in org.apache.tinkerpop.gremlin.server.jsr223
Classes in org.apache.tinkerpop.gremlin.server.jsr223 that implement GremlinPluginModifier and TypeClassDescriptionfinal classAGremlinPluginimplementation 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