Skip navigation links
A B C E F G H I K O P R S T V W 

A

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.
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.
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() - 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

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.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 InterpreterModeGroovyCustomizer.
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
 
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) - 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
 
countUsers() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
Get a count of the number of users in the database.
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.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.
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.
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
 
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
 
CredentialGraphTokens - Class in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
 
credentials(Graph) - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
Wrap up any Graph instance in the CredentialGraph DSL.

E

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
 
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) - 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
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
 

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.

G

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
 
getArtifact() - Method in class org.apache.tinkerpop.gremlin.groovy.util.Artifact
 
getBeforeEval() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
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.
getExecutorService() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
 
getFactory() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
getGroup() - Method in class org.apache.tinkerpop.gremlin.groovy.util.Artifact
 
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
 
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
 
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
 
getScriptEvaluationTimeoutOverride() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
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
 
getVersion() - Method in class org.apache.tinkerpop.gremlin.groovy.util.Artifact
 
getWithResult() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
 
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 no Customizer.
GremlinGroovyScriptEngine(Customizer...) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
 
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
 
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
 

H

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

I

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
 

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.

O

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

P

PROPERTY_PASSWORD - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraphTokens
 
PROPERTY_USERNAME - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraphTokens
 

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.
removeUser(String) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraph
Removes a user by name.
reset() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
Resets the entire GremlinGroovyScriptEngine by clearing script caches, recreating the classloader, clearing bindings.

S

scheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.Builder
The thread pool used to schedule timeouts on scripts.
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.
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
 

T

timedInterrupt(long) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
 
TimedInterruptTimeoutException - Exception in org.apache.tinkerpop.gremlin.groovy.jsr223
An exception thrown from the TimedInterruptGroovyCustomizer 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.jsr223.dsl.credential.CredentialGraph
 
toString() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyTranslator
 
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
 

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.
VERTEX_LABEL_USER - Static variable in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraphTokens
 

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 E F G H I K O P R S T V W 
Skip navigation links

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