Uses of Class
org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
-
-
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.groovy.engine
Methods in org.apache.tinkerpop.gremlin.groovy.engine that return GremlinExecutor Modifier and Type Method Description GremlinExecutor
GremlinExecutor.Builder. create()
-
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server
Fields in org.apache.tinkerpop.gremlin.server declared as GremlinExecutor Modifier and Type Field Description protected GremlinExecutor
AbstractChannelizer. gremlinExecutor
Methods in org.apache.tinkerpop.gremlin.server that return GremlinExecutor Modifier and Type Method Description GremlinExecutor
Context. getGremlinExecutor()
Gets the executor chosen to evaluate incoming Gremlin scripts based on the request.Constructors in org.apache.tinkerpop.gremlin.server with parameters of type GremlinExecutor Constructor Description Context(RequestMessage requestMessage, io.netty.channel.ChannelHandlerContext ctx, Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService)
Context(RequestMessage requestMessage, io.netty.channel.ChannelHandlerContext ctx, Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService, HttpGremlinEndpointHandler.RequestState requestState)
-
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server.handler
Constructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type GremlinExecutor Constructor Description HttpGremlinEndpointHandler(GremlinExecutor gremlinExecutor, GraphManager graphManager, Settings settings)
-
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server.util
Methods in org.apache.tinkerpop.gremlin.server.util that return GremlinExecutor Modifier and Type Method Description GremlinExecutor
ServerGremlinExecutor. getGremlinExecutor()
-