Uses of Class
org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor
Packages that use GremlinExecutor
Package
Description
-
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.groovy.engine
Methods in org.apache.tinkerpop.gremlin.groovy.engine that return GremlinExecutor -
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server
Fields in org.apache.tinkerpop.gremlin.server declared as GremlinExecutorMethods in org.apache.tinkerpop.gremlin.server that return GremlinExecutorModifier and TypeMethodDescriptionContext.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 GremlinExecutorModifierConstructorDescriptionContext(RequestMessage requestMessage, io.netty.channel.ChannelHandlerContext ctx, Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService) -
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server.handler
Constructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type GremlinExecutorModifierConstructorDescriptionHttpGremlinEndpointHandler(GremlinExecutor gremlinExecutor, GraphManager graphManager, Settings settings, TransactionManager transactionManager) -
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server.util
Methods in org.apache.tinkerpop.gremlin.server.util that return GremlinExecutor