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 |
---|---|
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 |
---|---|
abstract ThrowingConsumer<Context> |
AbstractEvalOpProcessor.getEvalOp()
Provides an operation for evaluating a Gremlin script.
|
ThrowingConsumer<Context> |
AbstractEvalOpProcessor.select(Context ctx) |
protected Optional<ThrowingConsumer<Context>> |
AbstractEvalOpProcessor.validateEvalMessage(RequestMessage message) |
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.
|
protected void |
AbstractEvalOpProcessor.handleIterator(Context context,
Iterator itty)
Called by
AbstractEvalOpProcessor.evalOpInternal(org.apache.tinkerpop.gremlin.server.Context, java.util.function.Supplier<org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor>, org.apache.tinkerpop.gremlin.server.op.AbstractEvalOpProcessor.BindingSupplier<javax.script.Bindings>) when iterating a result set. |
ThrowingConsumer<Context> |
AbstractEvalOpProcessor.select(Context ctx) |
Modifier and Type | Method and Description |
---|---|
ThrowingConsumer<Context> |
ControlOpProcessor.select(Context ctx) |
Modifier and Type | Method and Description |
---|---|
ThrowingConsumer<Context> |
ControlOpProcessor.select(Context ctx) |
Modifier and Type | Method and Description |
---|---|
ThrowingConsumer<Context> |
SessionOpProcessor.getEvalOp() |
protected Optional<ThrowingConsumer<Context>> |
SessionOpProcessor.validateEvalMessage(RequestMessage message) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionOpProcessor.evalOp(Context context) |
Constructor and Description |
---|
Session(String session,
Context context,
ConcurrentHashMap<String,Session> sessions) |
Modifier and Type | Method and Description |
---|---|
ThrowingConsumer<Context> |
StandardOpProcessor.getEvalOp() |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.