| 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. 
 | 
| 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.