Uses of Class
org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyCompilerGremlinPlugin.Builder
Packages that use GroovyCompilerGremlinPlugin.Builder
-
Uses of GroovyCompilerGremlinPlugin.Builder in org.apache.tinkerpop.gremlin.groovy.jsr223
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223 that return GroovyCompilerGremlinPlugin.BuilderModifier and TypeMethodDescriptionGroovyCompilerGremlinPlugin.build()GroovyCompilerGremlinPlugin.Builder.classMapCacheSpecification(String cacheSpec) Sets the cache specification for the class map which holds compiled scripts and uses the comma separated syntax of the caffeine cache for configuration.GroovyCompilerGremlinPlugin.Builder.compilation(String compilation) GroovyCompilerGremlinPlugin.Builder.compilation(GroovyCompilerGremlinPlugin.Compilation compilation) GroovyCompilerGremlinPlugin.Builder.compilerConfigurationOptions(Map<String, Object> keyValues) GroovyCompilerGremlinPlugin.Builder.enableInterpreterMode(boolean interpreterMode) GroovyCompilerGremlinPlugin.Builder.enableThreadInterrupt(boolean threadInterrupt) GroovyCompilerGremlinPlugin.Builder.expectedCompilationTime(int timeInMillis) If the time it takes to compile a script exceeds the specified time then a warning is written to the logs.GroovyCompilerGremlinPlugin.Builder.extensions(String extensions) GroovyCompilerGremlinPlugin.Builder.globalFunctionCacheEnabled(boolean enabled) Determines if the global function cache in the script engine is enabled or not.GroovyCompilerGremlinPlugin.Builder.timedInterrupt(long timeInMillis) Introduces timed checks to loops and other portions of a script to provide an interrupt for a long running script.