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)
-
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server.handler
Fields in org.apache.tinkerpop.gremlin.server.handler declared as GremlinExecutor Modifier and Type Field Description protected GremlinExecutor
UnifiedHandler. gremlinExecutor
Methods in org.apache.tinkerpop.gremlin.server.handler that return GremlinExecutor Modifier and Type Method Description protected GremlinExecutor
MultiTaskSession. initializeGremlinExecutor(SessionTask sessionTask)
Constructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type GremlinExecutor Constructor Description HttpGremlinEndpointHandler(Map<String,MessageSerializer<?>> serializers, GremlinExecutor gremlinExecutor, GraphManager graphManager, Settings settings)
OpExecutorHandler(Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService)
OpSelectorHandler(Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService, Channelizer channelizer)
SessionTask(RequestMessage requestMessage, io.netty.channel.ChannelHandlerContext ctx, Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService)
UnifiedHandler(Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService, Channelizer channelizer)
-
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server.op
Method parameters in org.apache.tinkerpop.gremlin.server.op with type arguments of type GremlinExecutor Modifier and Type Method Description protected void
AbstractEvalOpProcessor. evalOpInternal(Context ctx, Supplier<GremlinExecutor> gremlinExecutorSupplier, AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)
A generalized implementation of the "eval" operation. -
Uses of GremlinExecutor in org.apache.tinkerpop.gremlin.server.op.session
Methods in org.apache.tinkerpop.gremlin.server.op.session that return GremlinExecutor Modifier and Type Method Description GremlinExecutor
Session. getGremlinExecutor()
-
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()
-