Class DQLGrpc.DQLFutureStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<DQLGrpc.DQLFutureStub>
org.vitrivr.cottontail.grpc.DQLGrpc.DQLFutureStub
Enclosing class:
DQLGrpc

public static final class DQLGrpc.DQLFutureStub extends io.grpc.stub.AbstractFutureStub<DQLGrpc.DQLFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service DQL.

 Endpoint for data management (SELECT).
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    DQLFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    ping(com.google.protobuf.Empty request)
    Pings the endpoint

    Methods inherited from class io.grpc.stub.AbstractFutureStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DQLFutureStub

      private DQLFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
  • Method Details

    • build

      protected DQLGrpc.DQLFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<DQLGrpc.DQLFutureStub>
    • ping

      public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> ping(com.google.protobuf.Empty request)
       Pings the endpoint