Class IngestServiceGrpc.IngestServiceBlockingStub

  • Enclosing class:
    IngestServiceGrpc

    public static final class IngestServiceGrpc.IngestServiceBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<IngestServiceGrpc.IngestServiceBlockingStub>
    A stub to allow clients to do limited synchronous 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.IngestServiceBlockingStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      Rpc.TransactionCommitResponse commit​(Rpc.TransactionCommitRequest request)
      A synchronous request to commit a transaction.
      Rpc.Status ingest​(Rpc.Ingest request)
      Synchronous ingest request.
      • Methods inherited from class io.grpc.stub.AbstractBlockingStub

        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