| 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,
       ChannelHandlerContext ctx,
       Settings settings,
       GraphManager graphManager,
       GremlinExecutor gremlinExecutor,
       ScheduledExecutorService scheduledExecutorService) | 
| 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)Deprecated. 
 As of release 3.2.8, replaced by  OpSelectorHandler.OpSelectorHandler(Settings, GraphManager, GremlinExecutor, ScheduledExecutorService, Channelizer) | 
| OpSelectorHandler(Settings settings,
                 GraphManager graphManager,
                 GremlinExecutor gremlinExecutor,
                 ScheduledExecutorService scheduledExecutorService,
                 Channelizer channelizer) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractEvalOpProcessor. evalOpInternal(Context context,
              Supplier<GremlinExecutor> gremlinExecutorSupplier,
              AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)A generalized implementation of the "eval" operation. | 
| protected void | AbstractEvalOpProcessor. evalOpInternal(ResponseHandlerContext rhc,
              Supplier<GremlinExecutor> gremlinExecutorSupplier,
              AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)A variant of  AbstractEvalOpProcessor.evalOpInternal(Context, Supplier, BindingSupplier)that is suitable for use in situations
 when multiple threads may producefinalresponse messages
 concurrently. | 
| Modifier and Type | Method and Description | 
|---|---|
| GremlinExecutor | Session. getGremlinExecutor() | 
| Modifier and Type | Method and Description | 
|---|---|
| GremlinExecutor | ServerGremlinExecutor. getGremlinExecutor() | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.