| 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) | 
| OpExecutorHandler(Settings settings,
                 GraphManager graphManager,
                 GremlinExecutor gremlinExecutor,
                 ScheduledExecutorService scheduledExecutorService) | 
| OpSelectorHandler(Settings settings,
                 GraphManager graphManager,
                 GremlinExecutor gremlinExecutor,
                 ScheduledExecutorService scheduledExecutorService) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractEvalOpProcessor. evalOpInternal(Context context,
              Supplier<GremlinExecutor> gremlinExecutorSupplier,
              AbstractEvalOpProcessor.BindingSupplier<Bindings> 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–2015 Apache Software Foundation. All rights reserved.