Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractGremlinPlugin - Class in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, replaced by AbstractGremlinPlugin.
AbstractGremlinPlugin() - Constructor for class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
Creates a new instance that does not force the plugin to require the console.
AbstractGremlinPlugin(boolean) - Constructor for class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
Creates a new instance that allows the plugin to specify whether the console is required or not.
AbstractImportCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy
Deprecated.
As of release 3.2.5, replaced by ImportCustomizer
AbstractImportCustomizerProvider() - Constructor for class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
addBinding(String, Object) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptEnginePluginAcceptor
Deprecated.
Adds global bindings to the ScriptEngine that will be applied to every evaluated script.
addBinding(String, Object) - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.PluginAcceptor
Deprecated.
Add a variable binding for the plugin host.
addEngineSettings(String, List<String>, List<String>, List<String>, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
Deprecated.
As of release 3.2.4, replaced by GremlinExecutor.Builder.addPlugins(String, Map).
addImports(Set<String>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Perform append to the existing import list for all ScriptEngine instances that implement the DependencyManager interface.
addImports(Set<String>) - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.DependencyManager
Deprecated.
Perform class imports for the ScriptEngine.
addImports(Set<String>) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Perform class imports for the ScriptEngine.
addImports(Set<String>) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptEnginePluginAcceptor
Deprecated.
If the ScriptEngine implements the DependencyManager interface it will try to import the specified import statements.
addImports(Set<String>) - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.PluginAcceptor
Deprecated.
If the PluginAcceptor implements the DependencyManager interface it will try to import the specified import statements.
addPlugins(String, Map<String, Map<String, Object>>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
Add a configuration for a GremlinPlugin to the executor.
afterFailure(BiConsumer<Bindings, Throwable>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
A Consumer to execute in the event of failure.
afterFailure(BiConsumer<Bindings, Throwable>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
Specifies the function to execute if the script evaluation fails.
afterPluginTo(PluginAcceptor) - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
Called after the AbstractGremlinPlugin.pluginTo(PluginAcceptor) method is executed which sets the AbstractGremlinPlugin.io and AbstractGremlinPlugin.shell member variables.
afterPluginTo(PluginAcceptor) - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraphGremlinPlugin
Deprecated.
Called after the AbstractGremlinPlugin.pluginTo(PluginAcceptor) method is executed which sets the AbstractGremlinPlugin.io and AbstractGremlinPlugin.shell member variables.
afterPluginTo(PluginAcceptor) - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.SugarGremlinPlugin
Deprecated.
Called after the AbstractGremlinPlugin.pluginTo(PluginAcceptor) method is executed which sets the AbstractGremlinPlugin.io and AbstractGremlinPlugin.shell member variables.
afterSuccess(Consumer<Bindings>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
A Consumer to execute just after successful script evaluation.
afterSuccess(Consumer<Bindings>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
Specifies the function to execute after result transformations.
afterTimeout(Consumer<Bindings>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
A Consumer to execute if the script times out.
afterTimeout(Consumer<Bindings>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
Specifies the function to execute if the script evaluation times out.
allowRemoteConsole() - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.RemoteAcceptor
Deprecated.
If the RemoteAcceptor is used in the Gremlin Console, then this method might be called to determine if it can be used in a fashion that supports the :remote console command.
apply(A, A) - Method in class org.apache.tinkerpop.gremlin.groovy.function.GBinaryOperator
Deprecated.
 
apply(A) - Method in class org.apache.tinkerpop.gremlin.groovy.function.GFunction
Deprecated.
 
apply(A) - Method in class org.apache.tinkerpop.gremlin.groovy.function.GUnaryOperator
Deprecated.
 
applyCustomization(CompilerConfiguration) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.ConfigurationCustomizerProvider
Deprecated.
 
Artifact - Class in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, replaced by Artifact
Artifact(String, String, String) - Constructor for class org.apache.tinkerpop.gremlin.groovy.plugin.Artifact
Deprecated.
Create a new instance.
Artifact - Class in org.apache.tinkerpop.gremlin.groovy.util
A software artifact identified by its maven coordinates.
Artifact(String, String, String) - Constructor for class org.apache.tinkerpop.gremlin.groovy.util.Artifact
Create a new instance.

B

beforeEval(Consumer<Bindings>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
A Consumer to execute just before the script evaluation.
beforeEval(Consumer<Bindings>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
Specifies the function to execute prior to the script being evaluated.
build() - Static method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Create a Builder with the gremlin-groovy ScriptEngine configured.
build(String, List<String>, List<String>, List<String>, Map<String, Object>) - Static method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Deprecated.
As of release 3.2.4, replaced by GremlinExecutor.build().
build() - Static method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
build() - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin
 
Builder() - Constructor for class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
 
Builder() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 

C

call(SourceUnit, GeneratorContext, ClassNode) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.VariableIdentificationCustomizer
Deprecated.
 
clearVariables() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.VariableIdentificationCustomizer
Deprecated.
 
close() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor

Executors are only closed if they were not supplied externally in the GremlinExecutor.Builder

close() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Iterate through all the ScriptEngine implementations and if they implement AutoCloseable then call the AutoCloseable.close() method.
close() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Deprecated.
As of release 3.2.4, not replaced as this class will not implement AutoCloseable in the future.
closeAsync() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Executors are only closed if they were not supplied externally in the GremlinExecutor.Builder
COLLECTED_BOUND_VARS_MAP_VARNAME - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Name of variable that holds local variables to be globally bound if "interpreter mode" is enabled with InterpreterModeCustomizerProvider.
compare(A, A) - Method in class org.apache.tinkerpop.gremlin.groovy.function.GComparator
Deprecated.
 
compilation(GroovyCompilerGremlinPlugin.Compilation) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
compilation(String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
CompilationOptionsCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.5, not replaced by a public class.
CompilationOptionsCustomizerProvider(Integer) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.CompilationOptionsCustomizerProvider
Deprecated.
 
CompilationOptionsCustomizerProvider(Long) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.CompilationOptionsCustomizerProvider
Deprecated.
 
compile(String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Attempts to compile a script and cache it in the default ScriptEngine.
compile(String, Optional<String>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Attempts to compile a script and cache it in the request ScriptEngine.
compile(String, String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Compiles a script without executing it.
compile(Reader, String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Compiles a script without executing it.
compile(String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
compile(Reader) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
COMPILE_OPTIONS - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
COMPILE_OPTIONS_VAR_TYPES - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
An "internal" key for sandboxing the script engine - technically not for public use.
compilerConfigurationOptions(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
CompilerCustomizerProvider - Interface in org.apache.tinkerpop.gremlin.groovy
Deprecated.
As of release 3.2.5, replaced by Customizer.
CompileStaticCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.4, not replaced by a public class.
CompileStaticCustomizerProvider() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.CompileStaticCustomizerProvider
Deprecated.
 
CompileStaticCustomizerProvider(String) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.CompileStaticCustomizerProvider
Deprecated.
 
ConcurrentBindings - Class in org.apache.tinkerpop.gremlin.groovy.engine
Deprecated.
As of release 3.2.2, replaced by ConcurrentBindings.
ConcurrentBindings() - Constructor for class org.apache.tinkerpop.gremlin.groovy.engine.ConcurrentBindings
Deprecated.
 
ConcurrentBindings(Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.groovy.engine.ConcurrentBindings
Deprecated.
 
ConfigurationCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.4, not replaced by a public class.
ConfigurationCustomizerProvider(Object...) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.ConfigurationCustomizerProvider
Deprecated.
Creates a new instance using configuration values specified
ConfigurationCustomizerProvider(Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.ConfigurationCustomizerProvider
Deprecated.
Creates a new instance using configuration values specified
configure(List<String>) - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.RemoteAcceptor
Deprecated.
Gets called when :remote is used in conjunction with the config option.
connect(List<String>) - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.RemoteAcceptor
Deprecated.
Gets called when :remote is used in conjunction with the "connect" option.
countUsers() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
Get a count of the number of users in the database.
countUsers() - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraph
Deprecated.
Get a count of the number of users in the database.
create() - Method in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
create() - Method in interface org.apache.tinkerpop.gremlin.groovy.CompilerCustomizerProvider
Deprecated.
Create a new instance of a CompilationCustomizer to add to the GremlinGroovyScriptEngine.
create() - Method in class org.apache.tinkerpop.gremlin.groovy.EmptyImportCustomizerProvider
Deprecated.
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.CompilationOptionsCustomizerProvider
Deprecated.
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.CompileStaticCustomizerProvider
Deprecated.
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.ConfigurationCustomizerProvider
Deprecated.
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.InterpreterModeCustomizerProvider
Deprecated.
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.ThreadInterruptCustomizerProvider
Deprecated.
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TimedInterruptCustomizerProvider
Deprecated.
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TypeCheckedCustomizerProvider
Deprecated.
 
create() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
create() - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCustomizer
Create a new instance of a CompilationCustomizer to add to the GremlinGroovyScriptEngine.
create() - Method in class org.apache.tinkerpop.gremlin.groovy.NoImportCustomizerProvider
Deprecated.
 
createBindings() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Create bindings to be used by this ScriptEngine.
createUser(String, String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
Creates a new user.
createUser(String, String) - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraph
Deprecated.
Creates a new user.
CredentialGraph - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
A DSL for managing a "credentials graph" used by Gremlin Server for simple authentication functions.
CredentialGraph(Graph) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
 
CredentialGraph - Class in org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential
Deprecated.
As of release 3.2.4, replaced by CredentialGraph.
CredentialGraph(Graph) - Constructor for class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraph
Deprecated.
 
CredentialGraphGremlinPlugin - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Plugin for the "credentials graph".
CredentialGraphGremlinPlugin() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraphGremlinPlugin
 
CredentialGraphGremlinPlugin - Class in org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential
Deprecated.
As of release 3.2.4, replaced by CredentialGraphGremlinPlugin.
CredentialGraphGremlinPlugin() - Constructor for class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraphGremlinPlugin
Deprecated.
 
CredentialGraphTokens - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
 
CredentialGraphTokens - Class in org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential
Deprecated.
As of release 3.2.4, replaced by CredentialGraphTokens.
credentials(Graph) - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
Wrap up any Graph instance in the CredentialGraph DSL.
credentials(Graph) - Static method in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraph
Deprecated.
Wrap up any Graph instance in the CredentialGraph DSL.

D

DEFAULT_INTERRUPTION_TIMEOUT - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TimedInterruptCustomizerProvider
Deprecated.
 
DefaultImportCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy
Deprecated.
As of release 3.2.5, replaced by DefaultImportCustomizer.
DefaultImportCustomizerProvider() - Constructor for class org.apache.tinkerpop.gremlin.groovy.DefaultImportCustomizerProvider
Deprecated.
Utilizes imports defined statically by initializeStatically().
DefaultImportCustomizerProvider(Set<String>, Set<String>) - Constructor for class org.apache.tinkerpop.gremlin.groovy.DefaultImportCustomizerProvider
Deprecated.
Utilizes imports defined by the supplied arguments.
DefaultImportCustomizerProvider(ImportCustomizerProvider, Set<String>, Set<String>) - Constructor for class org.apache.tinkerpop.gremlin.groovy.DefaultImportCustomizerProvider
Deprecated.
Utilizes imports defined by the supplied arguments.
dependencies() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
List dependencies for those ScriptEngine objects that implement the DependencyManager interface.
dependencies() - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.DependencyManager
Deprecated.
List the dependencies in the ScriptEngine classloader.
dependencies() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
List the dependencies in the ScriptEngine classloader.
DependencyManager - Interface in org.apache.tinkerpop.gremlin.groovy.jsr223
Deprecated.
As of release 3.2.4, not replaced - no longer needed under the new GremlinScriptEngine model.
DOT_STAR - Static variable in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
DOT_STAR - Static variable in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
 

E

EMPTY_STRING - Static variable in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
EmptyImportCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy
Deprecated.
As of release 3.2.5, replaced by ImportCustomizer
EmptyImportCustomizerProvider(Set<String>, Set<String>) - Constructor for class org.apache.tinkerpop.gremlin.groovy.EmptyImportCustomizerProvider
Deprecated.
Utilizes imports defined by the supplied arguments.
EmptyImportCustomizerProvider(ImportCustomizerProvider, Set<String>, Set<String>) - Constructor for class org.apache.tinkerpop.gremlin.groovy.EmptyImportCustomizerProvider
Deprecated.
Utilizes imports defined by the supplied arguments.
enabledPlugins(Set<String>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
Deprecated.
As of release 3.2.4, replaced by GremlinExecutor.Builder.addPlugins(String, Map) though behavior is not quite the same.
enableInterpreterMode(boolean) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
enableThreadInterrupt(boolean) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
engineSettings(Map<String, GremlinExecutor.EngineSettings>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
Deprecated.
As of release 3.2.4, replaced by GremlinExecutor.Builder.addPlugins(String, Map).
ENV_CONSOLE_IO - Static variable in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
 
ENV_CONSOLE_SHELL - Static variable in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
 
environment() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptEnginePluginAcceptor
Deprecated.
Defines the environment settings for the GremlinPlugin.
ENVIRONMENT - Static variable in interface org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPlugin
Deprecated.
 
environment() - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.PluginAcceptor
Deprecated.
Returns a map of implementation specific variables that can be referenced by the plugin.
equals(Object) - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.Artifact
Deprecated.
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.groovy.util.Artifact
 
eval(String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script with empty bindings.
eval(String, Bindings) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script with specified bindings.
eval(String, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script with a Map of bindings.
eval(String, String, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script.
eval(String, String, Bindings) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script.
eval(String, String, Map<String, Object>, Function<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script and allow for the submission of a transform Function that will transform the result after script evaluates but before transaction commit and before the returned CompletableFuture is completed.
eval(String, String, Map<String, Object>, Consumer<Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script and allow for the submission of a Consumer that will take the result for additional processing after the script evaluates and after the CompletableFuture is completed, but before the transaction is committed.
eval(String, String, Bindings, Function<Object, Object>, Consumer<Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script and allow for the submission of both a transform Function and Consumer.
eval(String, String, Bindings, GremlinExecutor.LifeCycle) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluate a script and allow for the submission of alteration to the entire evaluation execution lifecycle.
eval(Bytecode, Bindings, String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Evaluates bytecode with bindings for a specific language into a Traversal.
eval(Bytecode, Bindings, String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
 
eval(String, Bindings, String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Evaluate a script with Bindings for a particular language.
eval(Reader, Bindings, String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Evaluate a script with Bindings for a particular language.
eval(Bytecode, Bindings) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
eval(Reader, ScriptContext) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
eval(String, ScriptContext) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
eval(String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptEnginePluginAcceptor
Deprecated.
Evaluate a script in the ScriptEngine.
eval(String) - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.PluginAcceptor
Deprecated.
Evaluate a script in the PluginAcceptor.
evaluate(Reader, List<String>) - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptExecutor
Deprecated.
 
executorService(ExecutorService) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
The thread pool used to evaluate scripts.
expectedCompilationTime(int) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
If the time it takes to compile a script exceeds the specified time then a warning is written to the logs.
extensions(String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
extraImports - Variable in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
extraStaticImports - Variable in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 

F

findUser(String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
Finds a user by username and return null if one could not be found.
findUser(String) - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraph
Deprecated.
Finds a user by username and return null if one could not be found.

G

GBinaryOperator<A> - Class in org.apache.tinkerpop.gremlin.groovy.function
Deprecated.
As of release 3.1.0, use as BinaryOperator in Groovy.
GBinaryOperator(Closure) - Constructor for class org.apache.tinkerpop.gremlin.groovy.function.GBinaryOperator
Deprecated.
 
GComparator<A> - Class in org.apache.tinkerpop.gremlin.groovy.function
Deprecated.
As of release 3.1.0, use as Comparator in Groovy.
GComparator(Closure) - Constructor for class org.apache.tinkerpop.gremlin.groovy.function.GComparator
Deprecated.
 
get() - Method in class org.apache.tinkerpop.gremlin.groovy.function.GSupplier
Deprecated.
 
getAfterFailure() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
getAfterSuccess() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
getAfterTimeout() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
getAllImports() - Method in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
getAllImports() - Method in class org.apache.tinkerpop.gremlin.groovy.EmptyImportCustomizerProvider
Deprecated.
 
getArtifact() - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.Artifact
Deprecated.
 
getArtifact() - Method in class org.apache.tinkerpop.gremlin.groovy.util.Artifact
 
getBeforeEval() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
getBindings() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptEnginePluginAcceptor
Deprecated.
Gets the global bindings that will be applied to every evaluated script.
getBindings() - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.PluginAcceptor
Deprecated.
Gets the list of bindings from the plugin host.
getClassCacheAverageLoadPenalty() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the average time spent compiling new scripts.
getClassCacheEstimatedSize() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the estimated size of the class cache for compiled scripts.
getClassCacheEvictionCount() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the number of times a script compiled to a class has been evicted from the cache.
getClassCacheEvictionWeight() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the sum of the weights of evicted entries from the class cache.
getClassCacheHitCount() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the number of times cache look up for a compiled script returned a cached value.
getClassCacheHitRate() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the hit rate of the class cache.
getClassCacheLoadCount() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the total number of times the cache lookup method attempted to compile new scripts.
getClassCacheLoadFailureCount() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the total number of times the cache lookup method failed to compile a new script.
getClassCacheLoadFailureRate() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the ratio of script compilation attempts that failed.
getClassCacheLoadSuccessCount() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the total number of times the cache lookup method succeeded to compile a new script.
getClassCacheLongRunCompilationCount() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the number of compilations that extended beyond the GremlinGroovyScriptEngine.expectedCompilationTime.
getClassCacheMissCount() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the total number of times the cache lookup method returned a newly compiled script.
getClassCacheMissRate() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the ratio of script compilation attempts that were misses.
getClassCacheRequestCount() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the total number of times the cache lookup method returned a cached or uncached value.
getClassCacheTotalLoadTime() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Gets the total number of nanoseconds that the cache spent compiling scripts.
getEngineByName(String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Gets an GremlinScriptEngine by its name.
getExecutorService() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
 
getExpectedCompilationTime() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.CompilationOptionsCustomizerProvider
Deprecated.
 
getExtraImports() - Method in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
getExtraImports() - Method in interface org.apache.tinkerpop.gremlin.groovy.ImportCustomizerProvider
Deprecated.
 
getExtraImports() - Method in class org.apache.tinkerpop.gremlin.groovy.NoImportCustomizerProvider
Deprecated.
 
getExtraStaticImports() - Method in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
getExtraStaticImports() - Method in interface org.apache.tinkerpop.gremlin.groovy.ImportCustomizerProvider
Deprecated.
 
getExtraStaticImports() - Method in class org.apache.tinkerpop.gremlin.groovy.NoImportCustomizerProvider
Deprecated.
 
getFactory() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
getGlobalBindings() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Deprecated.
As of release 3.2.5, replaced by GremlinExecutor.getScriptEngineManager() to add global scoped bindings directly to that object.
getGroup() - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.Artifact
Deprecated.
 
getGroup() - Method in class org.apache.tinkerpop.gremlin.groovy.util.Artifact
 
getImports() - Method in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
getImports() - Method in class org.apache.tinkerpop.gremlin.groovy.EmptyImportCustomizerProvider
Deprecated.
 
getImports() - Method in interface org.apache.tinkerpop.gremlin.groovy.ImportCustomizerProvider
Deprecated.
 
getImports() - Method in class org.apache.tinkerpop.gremlin.groovy.NoImportCustomizerProvider
Deprecated.
 
getInterface(Class<T>) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
getInterface(Object, Class<T>) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
getMethodCallSyntax(String, String, String...) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngineFactory
 
getName() - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraphGremlinPlugin
Deprecated.
 
getName() - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPlugin
Deprecated.
The name of the plugin.
getName() - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.SugarGremlinPlugin
Deprecated.
 
getOutputStatement(String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngineFactory
 
getParentLoader() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
getPlugins() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Get the list of loaded plugins.
getScheduledExecutorService() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
 
getScript(String, Groovysh) - Static method in interface org.apache.tinkerpop.gremlin.groovy.plugin.RemoteAcceptor
Deprecated.
Retrieve a script as defined in the shell context.
getScriptContext(Bindings) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Creates the ScriptContext using a GremlinScriptContext which avoids a significant amount of additional object creation on script evaluation.
getScriptEngine() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngineFactory
 
getScriptEngineManager() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
 
getScriptEngines() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Deprecated.
As of release 3.2.4, replaced by GremlinExecutor.getScriptEngineManager().
getScriptEvaluationTimeoutOverride() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
getStaticImports() - Method in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
getStaticImports() - Method in class org.apache.tinkerpop.gremlin.groovy.EmptyImportCustomizerProvider
Deprecated.
 
getStaticImports() - Method in interface org.apache.tinkerpop.gremlin.groovy.ImportCustomizerProvider
Deprecated.
 
getStaticImports() - Method in class org.apache.tinkerpop.gremlin.groovy.NoImportCustomizerProvider
Deprecated.
 
getTargetLanguage() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyTranslator
 
getTransformResult() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyTranslator
 
getVariables() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.VariableIdentificationCustomizer
Deprecated.
 
getVersion() - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.Artifact
Deprecated.
 
getVersion() - Method in class org.apache.tinkerpop.gremlin.groovy.util.Artifact
 
getWithResult() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
GFunction<A,B> - Class in org.apache.tinkerpop.gremlin.groovy.function
Deprecated.
As of release 3.1.0, use as Function in Groovy.
GFunction(Closure) - Constructor for class org.apache.tinkerpop.gremlin.groovy.function.GFunction
Deprecated.
 
globalBindings(Bindings) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
Bindings to apply to every script evaluated.
GremlinExecutor - Class in org.apache.tinkerpop.gremlin.groovy.engine
Execute Gremlin scripts against a ScriptEngine instance.
GremlinExecutor.Builder - Class in org.apache.tinkerpop.gremlin.groovy.engine
 
GremlinExecutor.LifeCycle - Class in org.apache.tinkerpop.gremlin.groovy.engine
The lifecycle of execution within the GremlinExecutor.eval(String, String, Bindings, LifeCycle) method.
GremlinExecutor.LifeCycle.Builder - Class in org.apache.tinkerpop.gremlin.groovy.engine
 
GremlinGroovyScriptEngine - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
Provides methods to compile and evaluate Gremlin scripts.
GremlinGroovyScriptEngine() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Creates a new instance using the DefaultImportCustomizerProvider.
GremlinGroovyScriptEngine(ImportCustomizerProvider) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
GremlinGroovyScriptEngine(Customizer...) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
GremlinGroovyScriptEngine(CompilerCustomizerProvider...) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Deprecated.
GremlinGroovyScriptEngineFactory - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
A GremlinScriptEngineFactory implementation that creates GremlinGroovyScriptEngine instances.
GremlinGroovyScriptEngineFactory() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngineFactory
 
GremlinPlugin - Interface in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As for 3.2.4, replaced by GremlinPlugin
GremlinPluginException - Exception in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, not replaced.
GremlinPluginException() - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPluginException
Deprecated.
 
GremlinPluginException(String) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPluginException
Deprecated.
 
GremlinPluginException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPluginException
Deprecated.
 
GremlinPluginException(Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPluginException
Deprecated.
 
GroovyCompilerGremlinPlugin - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
A GremlinPlugin that provides access to low-level configuration options of the GroovyScriptEngine itself.
GroovyCompilerGremlinPlugin.Builder - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
 
GroovyCompilerGremlinPlugin.Compilation - Enum in org.apache.tinkerpop.gremlin.groovy.jsr223
 
GroovyCustomizer - Interface in org.apache.tinkerpop.gremlin.groovy.jsr223
 
GroovyTranslator - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
 
GSupplier<A> - Class in org.apache.tinkerpop.gremlin.groovy.function
Deprecated.
As of release 3.1.0, use as Supplier in Groovy.
GSupplier(Closure) - Constructor for class org.apache.tinkerpop.gremlin.groovy.function.GSupplier
Deprecated.
 
GUnaryOperator<A> - Class in org.apache.tinkerpop.gremlin.groovy.function
Deprecated.
As of release 3.1.0, use as UnaryOperator in Groovy.
GUnaryOperator(Closure) - Constructor for class org.apache.tinkerpop.gremlin.groovy.function.GUnaryOperator
Deprecated.
 

H

hashCode() - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.Artifact
Deprecated.
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.groovy.util.Artifact
 

I

IllegalEnvironmentException - Exception in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, not replaced.
IllegalEnvironmentException(GremlinPlugin, String...) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.IllegalEnvironmentException
Deprecated.
 
IMPORT_SPACE - Static variable in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
 
IMPORT_STATIC_SPACE - Static variable in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
 
ImportCustomizerProvider - Interface in org.apache.tinkerpop.gremlin.groovy
Deprecated.
As of release 3.2.5, replaced by ImportCustomizer
imports() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
List the imports for those ScriptEngine objects that implement the DependencyManager interface.
imports() - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.DependencyManager
Deprecated.
List the imports in the ScriptEngine;
imports() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
List the imports in the ScriptEngine;
initializeStatically(Set<String>, Set<String>) - Static method in class org.apache.tinkerpop.gremlin.groovy.DefaultImportCustomizerProvider
Deprecated.
Allows imports to defined globally and statically.
INSTANCE - Static variable in class org.apache.tinkerpop.gremlin.groovy.NoImportCustomizerProvider
Deprecated.
 
InterpreterModeCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.4, not replaced by a public class.
InterpreterModeCustomizerProvider() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.InterpreterModeCustomizerProvider
Deprecated.
 
invokeFunction(String, Object...) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
invokeMethod(Object, String, Object...) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
io - Variable in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
 

K

KEY_REFERENCE_TYPE - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
The attribute key (passed as a binding on the context) for how to cache scripts.

L

loadPlugins(List<GremlinPlugin>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
For each DependencyManager try to load the specified plugins.
loadPlugins(List<GremlinPlugin>) - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.DependencyManager
Deprecated.
Load a list of GremlinPlugin instances.
loadPlugins(List<GremlinPlugin>) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Load a list of GremlinPlugin instances.

M

main(String[]) - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptExecutor
Deprecated.
 
make(Closure...) - Static method in class org.apache.tinkerpop.gremlin.groovy.function.GBinaryOperator
Deprecated.
 
make(Closure...) - Static method in class org.apache.tinkerpop.gremlin.groovy.function.GComparator
Deprecated.
 
make(Closure...) - Static method in class org.apache.tinkerpop.gremlin.groovy.function.GFunction
Deprecated.
 
make(Closure...) - Static method in class org.apache.tinkerpop.gremlin.groovy.function.GSupplier
Deprecated.
 
make(Closure...) - Static method in class org.apache.tinkerpop.gremlin.groovy.function.GUnaryOperator
Deprecated.
 

N

NoImportCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy
Deprecated.
As of release 3.2.5, replaced by ImportCustomizer

O

of(String) - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyTranslator
 
org.apache.tinkerpop.gremlin.groovy - package org.apache.tinkerpop.gremlin.groovy
 
org.apache.tinkerpop.gremlin.groovy.engine - package org.apache.tinkerpop.gremlin.groovy.engine
 
org.apache.tinkerpop.gremlin.groovy.function - package org.apache.tinkerpop.gremlin.groovy.function
 
org.apache.tinkerpop.gremlin.groovy.jsr223 - package org.apache.tinkerpop.gremlin.groovy.jsr223
 
org.apache.tinkerpop.gremlin.groovy.jsr223.customizer - package org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
 
org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential - package org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
 
org.apache.tinkerpop.gremlin.groovy.plugin - package org.apache.tinkerpop.gremlin.groovy.plugin
 
org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential - package org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential
 
org.apache.tinkerpop.gremlin.groovy.util - package org.apache.tinkerpop.gremlin.groovy.util
 

P

PERIOD - Static variable in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
PluginAcceptor - Interface in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, replaced by PluginAcceptor.
PluginInitializationException - Exception in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, not replaced.
PluginInitializationException(String) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.PluginInitializationException
Deprecated.
 
PluginInitializationException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.PluginInitializationException
Deprecated.
 
PluginInitializationException(Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.PluginInitializationException
Deprecated.
 
plugins() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Deprecated.
As of release 3.0.1, replaced by GremlinGroovyScriptEngine.getPlugins()
pluginTo(PluginAcceptor) - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
Implementers will typically execute imports of classes within their project that they want available in the console or they may use meta programming to introduce new extensions to the Gremlin.
pluginTo(PluginAcceptor) - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPlugin
Deprecated.
Implementers will typically execute imports of classes within their project that they want available in the console or they may use meta programming to introduce new extensions to the Gremlin.
processImports(ImportCustomizer, Set<String>) - Static method in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
processStaticImports(ImportCustomizer, Set<String>) - Static method in class org.apache.tinkerpop.gremlin.groovy.AbstractImportCustomizerProvider
Deprecated.
 
PROPERTY_PASSWORD - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraphTokens
 
PROPERTY_PASSWORD - Static variable in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraphTokens
Deprecated.
 
PROPERTY_USERNAME - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraphTokens
 
PROPERTY_USERNAME - Static variable in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraphTokens
Deprecated.
 

R

REFERENCE_TYPE_HARD - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
A value to the GremlinGroovyScriptEngine.KEY_REFERENCE_TYPE that makes the evaluated script available in the cache for the life of the JVM.
REFERENCE_TYPE_PHANTOM - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
A value to the GremlinGroovyScriptEngine.KEY_REFERENCE_TYPE that immediately garbage collects the script after evaluation.
REFERENCE_TYPE_SOFT - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
A value to the GremlinGroovyScriptEngine.KEY_REFERENCE_TYPE that retains the script until memory is "low" and therefore should be reclaimed before an OutOfMemoryError occurs.
REFERENCE_TYPE_WEAK - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
A value to the GremlinGroovyScriptEngine.KEY_REFERENCE_TYPE that marks the script as one that can be garbage collected even when memory is abundant.
reload(String, Set<String>, Set<String>, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Reload a ScriptEngine with fresh imports.
remoteAcceptor() - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPlugin
Deprecated.
Allows a plugin to utilize features of the :remote and :submit commands of the Gremlin Console.
RemoteAcceptor - Interface in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, replaced by RemoteAcceptor;
RemoteException - Exception in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, replaced by RemoteException;
RemoteException(String) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
Deprecated.
 
RemoteException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
Deprecated.
 
RemoteException(Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
Deprecated.
 
removeUser(String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
Removes a user by name.
removeUser(String) - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraph
Deprecated.
Removes a user by name.
requireConsoleEnvironment - Variable in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
 
requireRestart() - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.GremlinPlugin
Deprecated.
Some plugins may require a restart of the plugin host for the classloader to pick up the features.
reset() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Resets the ScriptEngines and re-initializes them.
reset() - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.DependencyManager
Deprecated.
Reset the ScriptEngine.
reset() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Reset the ScriptEngine.
RESULT - Static variable in interface org.apache.tinkerpop.gremlin.groovy.plugin.RemoteAcceptor
Deprecated.
 

S

scheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
The thread pool used to schedule timeouts on scripts.
ScriptEnginePluginAcceptor - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
Deprecated.
As of release 3.2.4, not replaced.
ScriptEnginePluginAcceptor(ScriptEngine) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptEnginePluginAcceptor
Deprecated.
 
ScriptEngines - Class in org.apache.tinkerpop.gremlin.groovy.engine
Deprecated.
As of release 3.2.4, not directly replaced - see GremlinScriptEngineManager.
ScriptEngines(Consumer<ScriptEngines>) - Constructor for class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Creates a new object.
scriptEvaluationTimeout(long) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
Amount of time a script has before it times out.
scriptEvaluationTimeoutOverride(Long) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
An override to the global scriptEvaluationTimeout setting on the script engine.
ScriptExecutor - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
Deprecated.
As of release 3.2.1, replaced by direct execution via gremlin.sh
ScriptExecutor() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.ScriptExecutor
Deprecated.
 
shell - Variable in class org.apache.tinkerpop.gremlin.groovy.plugin.AbstractGremlinPlugin
Deprecated.
 
submit(List<String>) - Method in interface org.apache.tinkerpop.gremlin.groovy.plugin.RemoteAcceptor
Deprecated.
Gets called when :submit is executed.
SugarGremlinPlugin - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
A plugin implementation which allows for the usage of Gremlin Groovy's syntactic sugar.
SugarGremlinPlugin() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.SugarGremlinPlugin
 
SugarGremlinPlugin - Class in org.apache.tinkerpop.gremlin.groovy.plugin
Deprecated.
As of release 3.2.4, replaced by SugarGremlinPlugin.
SugarGremlinPlugin() - Constructor for class org.apache.tinkerpop.gremlin.groovy.plugin.SugarGremlinPlugin
Deprecated.
 

T

ThreadInterruptCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.4, not replaced by a public class.
ThreadInterruptCustomizerProvider() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.ThreadInterruptCustomizerProvider
Deprecated.
 
timedInterrupt(long) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
TimedInterruptCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.4, not replaced by a public class.
TimedInterruptCustomizerProvider() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TimedInterruptCustomizerProvider
Deprecated.
 
TimedInterruptCustomizerProvider(Long) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TimedInterruptCustomizerProvider
Deprecated.
 
TimedInterruptCustomizerProvider(Integer) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TimedInterruptCustomizerProvider
Deprecated.
 
TimedInterruptTimeoutException - Exception in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.4, replaced by TimedInterruptTimeoutException.
TimedInterruptTimeoutException() - Constructor for exception org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TimedInterruptTimeoutException
Deprecated.
 
TimedInterruptTimeoutException(String) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TimedInterruptTimeoutException
Deprecated.
 
TimedInterruptTimeoutException - Exception in org.apache.tinkerpop.gremlin.groovy.jsr223
An exception thrown from the TimedInterruptCustomizerProvider when the timeout is exceeded.
TimedInterruptTimeoutException() - Constructor for exception org.apache.tinkerpop.gremlin.groovy.jsr223.TimedInterruptTimeoutException
 
TimedInterruptTimeoutException(String) - Constructor for exception org.apache.tinkerpop.gremlin.groovy.jsr223.TimedInterruptTimeoutException
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.function.GBinaryOperator
Deprecated.
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.function.GComparator
Deprecated.
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.function.GFunction
Deprecated.
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.function.GSupplier
Deprecated.
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.function.GUnaryOperator
Deprecated.
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyTranslator
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraph
Deprecated.
 
transformResult(Function<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
Specifies the function to execute on the result of the script evaluation just after script evaluation returns but before the script evaluation is marked as complete.
translate(Bytecode) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyTranslator
 
TypeCheckedCustomizerProvider - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.4, not replaced by a public class.
TypeCheckedCustomizerProvider() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TypeCheckedCustomizerProvider
Deprecated.
 
TypeCheckedCustomizerProvider(String) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.TypeCheckedCustomizerProvider
Deprecated.
Configures the TypeChecked annotation to use optional extensions.

U

use(List<List<String>>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
Deprecated.
As of release 3.2.4, not replaced.
use(String, String, String) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.ScriptEngines
Deprecated.
Pull in dependencies given some Maven coordinates.
use(String, String, String) - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.DependencyManager
Deprecated.
Take maven coordinates and load the classes into the classloader used by the ScriptEngine.
use(String, String, String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Take maven coordinates and load the classes into the classloader used by the ScriptEngine.

V

valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Compilation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Compilation
Returns an array containing the constants of this enum type, in the order they are declared.
VariableIdentificationCustomizer - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.customizer
Deprecated.
As of release 3.2.4, not replaced.
VariableIdentificationCustomizer() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.VariableIdentificationCustomizer
Deprecated.
 
VERTEX_LABEL_USER - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraphTokens
 
VERTEX_LABEL_USER - Static variable in class org.apache.tinkerpop.gremlin.groovy.plugin.dsl.credential.CredentialGraphTokens
Deprecated.
 

W

withResult(Consumer<Object>) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle.Builder
Specifies the function to execute on the result of the script evaluation just after script evaluation returns but before the script evaluation is marked as complete.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2013–2017 Apache Software Foundation. All rights reserved.