Package org.apache.tinkerpop.gremlin.jsr223
-
Interface Summary Interface Description BindingsCustomizer Provides a way to alter the bindings on aGremlinScriptEngine
.Customizer TheCustomizer
provides a general way to provide configurations to aGremlinScriptEngine
.GremlinPlugin A plugin interface that is used by theGremlinScriptEngineManager
to configure specialCustomizer
instances that will alter the features of anyGremlinScriptEngine
created by the manager itself.GremlinScriptEngine AGremlinScriptEngine
is an extension of the standardScriptEngine
and provides some specific methods that are important to the TinkerPop environment.GremlinScriptEngineFactory Creates aGremlinScriptEngine
implementation and supplies to it anyCustomizer
implementations to it that are available on theGremlinScriptEngineManager
.GremlinScriptEngineManager TheScriptEngineManager
implements a discovery, instantiation and configuration mechanism forGremlinScriptEngine
classes and also maintains a collection of key/value pairs storing state shared by all engines created by it.ImportCustomizer Provides the list of imports to apply to aGremlinScriptEngine
instance.ScriptCustomizer ACustomizer
that executes scripts in aGremlinScriptEngine
instance for purpose of initialization.TranslatorCustomizer Provides a way to customize and overrideBytecode
to script translation. -
Class Summary Class Description AbstractGremlinPlugin AbstractGremlinScriptEngineFactory A simple base implementation of theGremlinScriptEngineFactory
.BindingsGremlinPlugin A plugin that allowsBindings
to be applied to aGremlinScriptEngine
at the time of creation.BindingsGremlinPlugin.Builder BindingsScriptEngineTest CachedGremlinScriptEngineManager An implementation of theGremlinScriptEngineManager
that caches the instances of theGremlinScriptEngine
instances that are created by it.CachedGremlinScriptEngineManagerTest ConcurrentBindings ABindings
that can be accessed concurrently by multiple threads.CoreGremlinPlugin This module is required for aScriptEngine
to be Gremlin-enabled.CoreImports DefaultBindingsCustomizer Default implementation of theBindingsCustomizer
which adds bindings to theScriptContext.GLOBAL_SCOPE
.DefaultGremlinScriptEngineManager TheScriptEngineManager
implements a discovery, instantiation and configuration mechanism forGremlinScriptEngine
classes and also maintains a collection of key/value pairs storing state shared by all engines created by it.DefaultImportCustomizer Simple implementation of theImportCustomizer
which allows direct setting of all the different import types.DefaultImportCustomizer.Builder DefaultScriptCustomizer Default implementation of theScriptCustomizer
that can create the script list from a list of files or from lines of script.GremlinEnabledScriptEngineTest This is an important test case in that it validates that core features ofScriptEngine
instances that claim to be "Gremlin-enabled" work in the expected fashion.GremlinLangScriptEngine AGremlinScriptEngine
implementation that evaluates Gremlin scripts usinggremlin-language
.GremlinLangScriptEngineFactory AGremlinScriptEngineFactory
implementation that createsGremlinLangScriptEngine
instances.GremlinScriptContext AScriptContext
that doesn't create new instances ofReader
andWriter
classes on initialization.GremlinScriptEngineSuite ImportGremlinPlugin A module that allows custom class, static method and enum imports (i.e.ImportGremlinPlugin.Builder JavaTranslator<S extends TraversalSource,T extends Traversal.Admin<?,?>> LazyBindingsCustomizer A customizer implementation that provides bindings to aGremlinScriptEngine
in theScriptContext.GLOBAL_SCOPE
.MockGremlinScriptEngine This is a "do nothing" implementation of theGremlinScriptEngine
which can be used to help test plugin implementations which don't have reference to aGremlinScriptEngine
as a dependency.MockGremlinScriptEngineFactory This is a "do nothing" implementation of theGremlinScriptEngineFactory
which can be used to help test plugin implementations which don't have reference to aGremlinScriptEngine
as a dependency.ScriptEngineCache A cache of standardScriptEngine
instances, instantiated by the standardScriptEngineManager
.ScriptEngineLambdaTest ScriptEngineLambdaTest.Junk ScriptFileGremlinPlugin Loads scripts from one or more files into theGremlinScriptEngine
at startup.ScriptFileGremlinPlugin.Builder SingleGremlinScriptEngineManager Provides static access to aCachedGremlinScriptEngineManager
instance. -
Annotation Types Summary Annotation Type Description ScriptEngineToTest