Modifier and Type | Method and Description |
---|---|
ThrowingConsumer<Context> |
OpProcessor.select(Context ctx)
Given the context (which contains the RequestMessage), return back a Consumer function that will be
executed with the context.
|
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.
|
T |
AbstractEvalOpProcessor.BindingSupplier.get() |
ThrowingConsumer<Context> |
AbstractEvalOpProcessor.select(Context ctx) |
protected Optional<ThrowingConsumer<Context>> |
AbstractEvalOpProcessor.validateEvalMessage(RequestMessage message) |
Modifier and Type | Method and Description |
---|---|
ThrowingConsumer<Context> |
ControlOpProcessor.select(Context ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionOpProcessor.evalOp(Context context) |
protected Optional<ThrowingConsumer<Context>> |
SessionOpProcessor.validateEvalMessage(RequestMessage message) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.