| Modifier and Type | Method and Description | 
|---|---|
GremlinExecutor | 
GremlinExecutor.Builder.create()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected GremlinExecutor | 
AbstractChannelizer.gremlinExecutor  | 
| Modifier and Type | Method and Description | 
|---|---|
GremlinExecutor | 
Context.getGremlinExecutor()
Gets the executor chosen to evaluate incoming Gremlin scripts based on the request. 
 | 
| Constructor and Description | 
|---|
Context(RequestMessage requestMessage,
       io.netty.channel.ChannelHandlerContext ctx,
       Settings settings,
       GraphManager graphManager,
       GremlinExecutor gremlinExecutor,
       ScheduledExecutorService scheduledExecutorService)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected GremlinExecutor | 
UnifiedHandler.gremlinExecutor  | 
| Modifier and Type | Method and Description | 
|---|---|
protected GremlinExecutor | 
MultiTaskSession.initializeGremlinExecutor(SessionTask sessionTask)  | 
| Constructor and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractEvalOpProcessor.evalOpInternal(Context ctx,
              Supplier<GremlinExecutor> gremlinExecutorSupplier,
              AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)
A generalized implementation of the "eval" operation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GremlinExecutor | 
Session.getGremlinExecutor()  | 
| Modifier and Type | Method and Description | 
|---|---|
GremlinExecutor | 
ServerGremlinExecutor.getGremlinExecutor()  | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.