- 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
-
- getAnonymousTraversalClass() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversalSource
-
- 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
-
- 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.
- getEvaluationTimeoutOverride() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
-
- 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
-
Deprecated.
- getTimeout() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinScriptChecker.Result
-
Gets the value of the timeouts that were set using the with() source step.
- getTransformResult() - Method in class org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
-
- getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyTranslator
-
Deprecated.
- 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.
- globalFunctionCacheEnabled(boolean) - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
-
Determines if the global function cache in the script engine is enabled or not.
- 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
-
- 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
-
- GremlinGroovyScriptEngine(Customizer...) - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine
-
- GremlinGroovyScriptEngineFactory - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
-
- GremlinGroovyScriptEngineFactory() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngineFactory
-
- GremlinScriptChecker - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
-
Processes Gremlin strings using regex so as to try to detect certain properties from the script without actual
having to execute a eval() on it.
- GremlinScriptChecker() - Constructor for class org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinScriptChecker
-
- GremlinScriptChecker.Result - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
-
- 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
-
- GroovyTranslator.DefaultTypeTranslator - Class in org.apache.tinkerpop.gremlin.groovy.jsr223
-
Deprecated.
Performs standard type translation for the TinkerPop types to Groovy.
- group() - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__
-
- group(String) - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__
-
- group() - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversal
-
- group(String) - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversal
-
- groupCount() - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__
-
- groupCount(String) - Static method in class org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__
-
- groupCount() - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversal
-
- groupCount(String) - Method in interface org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversal
-