Class IngestServiceGrpc.IngestServiceFutureStub

  • Enclosing class:
    IngestServiceGrpc

    public static final class IngestServiceGrpc.IngestServiceFutureStub
    extends io.grpc.stub.AbstractFutureStub<IngestServiceGrpc.IngestServiceFutureStub>
    A stub to allow clients to do ListenableFuture-style rpc calls to service IngestService.
    
     Ingest service serves as data entry point. All data
     is sent to the system via this endpoint.
     
    • 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
      protected IngestServiceGrpc.IngestServiceFutureStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      com.google.common.util.concurrent.ListenableFuture<Rpc.TransactionCommitResponse> commit​(Rpc.TransactionCommitRequest request)
      A synchronous request to commit a transaction.
      com.google.common.util.concurrent.ListenableFuture<Rpc.Status> ingest​(Rpc.Ingest request)
      Synchronous ingest request.
      • 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