Uses of Class
org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor.LifeCycle
-
Packages that use GremlinExecutor.LifeCycle Package Description org.apache.tinkerpop.gremlin.groovy.engine -
-
Uses of GremlinExecutor.LifeCycle in org.apache.tinkerpop.gremlin.groovy.engine
Methods in org.apache.tinkerpop.gremlin.groovy.engine that return GremlinExecutor.LifeCycle Modifier and Type Method Description GremlinExecutor.LifeCycle
GremlinExecutor.LifeCycle.Builder. create()
Methods in org.apache.tinkerpop.gremlin.groovy.engine with parameters of type GremlinExecutor.LifeCycle Modifier and Type Method Description CompletableFuture<Object>
GremlinExecutor. eval(Object gremlin, String language, Bindings boundVars, GremlinExecutor.LifeCycle lifeCycle)
Evaluate a script and allow for the submission of alteration to the entire evaluation execution lifecycle.
-