Class RetrieveServiceGrpc.RetrieveServiceFutureStub

  • Enclosing class:
    RetrieveServiceGrpc

    public static final class RetrieveServiceGrpc.RetrieveServiceFutureStub
    extends io.grpc.stub.AbstractFutureStub<RetrieveServiceGrpc.RetrieveServiceFutureStub>
    A stub to allow clients to do ListenableFuture-style rpc calls to service RetrieveService.
    
     Service that serves for retrieving data from the system
     (via stream or random access calls).
     
    • 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>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.common.util.concurrent.ListenableFuture<Rpc.BeginTransactionResponse> begin​(Rpc.BeginTransactionRequest request)
      Synchronous request to begin a transaction.
      protected RetrieveServiceGrpc.RetrieveServiceFutureStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      com.google.common.util.concurrent.ListenableFuture<Rpc.GetResponse> get​(Rpc.GetRequest request)
      Synchronous request to fetch a value of a specified attribute.
      com.google.common.util.concurrent.ListenableFuture<Rpc.ListResponse> listAttributes​(Rpc.ListRequest request)
      Synchronous request to list attributes of a specified entity by prefix.
      com.google.common.util.concurrent.ListenableFuture<Rpc.MultifetchResponse> multifetch​(Rpc.MultifetchRequest request)
      Synchronous request to fetch a list of multiple requests.
      • 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, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait