Uses of Interface
org.apache.tinkerpop.gremlin.util.function.ThrowingConsumer
- 
- 
Uses of ThrowingConsumer in org.apache.tinkerpop.gremlin.serverMethods in org.apache.tinkerpop.gremlin.server that return ThrowingConsumer Modifier and Type Method 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.
- 
Uses of ThrowingConsumer in org.apache.tinkerpop.gremlin.server.handlerMethod parameters in org.apache.tinkerpop.gremlin.server.handler with type arguments of type ThrowingConsumer Modifier and Type Method Description protected voidOpExecutorHandler. channelRead0(io.netty.channel.ChannelHandlerContext ctx, org.javatuples.Pair<RequestMessage,ThrowingConsumer<Context>> objects)
- 
Uses of ThrowingConsumer in org.apache.tinkerpop.gremlin.server.opMethods in org.apache.tinkerpop.gremlin.server.op that return ThrowingConsumer Modifier and Type Method Description abstract ThrowingConsumer<Context>AbstractEvalOpProcessor. getEvalOp()Provides an operation for evaluating a Gremlin script.ThrowingConsumer<Context>AbstractEvalOpProcessor. select(Context ctx)Methods in org.apache.tinkerpop.gremlin.server.op that return types with arguments of type ThrowingConsumer Modifier and Type Method Description abstract Optional<ThrowingConsumer<Context>>AbstractEvalOpProcessor. selectOther(Context ctx)A sub-class may have additional "ops" that it will service.protected Optional<ThrowingConsumer<Context>>AbstractEvalOpProcessor. validateEvalMessage(RequestMessage message)
- 
Uses of ThrowingConsumer in org.apache.tinkerpop.gremlin.server.op.sessionMethods in org.apache.tinkerpop.gremlin.server.op.session that return ThrowingConsumer Modifier and Type Method Description ThrowingConsumer<Context>SessionOpProcessor. getEvalOp()Methods in org.apache.tinkerpop.gremlin.server.op.session that return types with arguments of type ThrowingConsumer Modifier and Type Method Description Optional<ThrowingConsumer<Context>>SessionOpProcessor. selectOther(Context ctx)Older versions of session-based requests accepted a "close" operator in addition to "eval".protected Optional<ThrowingConsumer<Context>>SessionOpProcessor. validateEvalMessage(RequestMessage message)
- 
Uses of ThrowingConsumer in org.apache.tinkerpop.gremlin.server.op.standardMethods in org.apache.tinkerpop.gremlin.server.op.standard that return ThrowingConsumer Modifier and Type Method Description ThrowingConsumer<Context>StandardOpProcessor. getEvalOp()Methods in org.apache.tinkerpop.gremlin.server.op.standard that return types with arguments of type ThrowingConsumer Modifier and Type Method Description Optional<ThrowingConsumer<Context>>StandardOpProcessor. selectOther(Context ctx)
- 
Uses of ThrowingConsumer in org.apache.tinkerpop.gremlin.server.op.traversalMethods in org.apache.tinkerpop.gremlin.server.op.traversal that return ThrowingConsumer Modifier and Type Method Description ThrowingConsumer<Context>TraversalOpProcessor. select(Context context)
- 
Uses of ThrowingConsumer in org.apache.tinkerpop.gremlin.util.functionMethods in org.apache.tinkerpop.gremlin.util.function with parameters of type ThrowingConsumer Modifier and Type Method Description static <T> Consumer<T>FunctionUtils. wrapConsumer(ThrowingConsumer<T> consumerThatThrows)
 
-