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,
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.
|
protected void |
AbstractEvalOpProcessor.evalOpInternal(ResponseHandlerContext ctx,
Supplier<GremlinExecutor> gremlinExecutorSupplier,
AbstractEvalOpProcessor.BindingSupplier bindingsSupplier)
Deprecated.
As of release 3.3.8, replaced by
AbstractEvalOpProcessor.evalOpInternal(Context, Supplier, BindingSupplier) . |
Modifier and Type | Method and Description |
---|---|
GremlinExecutor |
Session.getGremlinExecutor() |
Modifier and Type | Method and Description |
---|---|
GremlinExecutor |
ServerGremlinExecutor.getGremlinExecutor() |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.