Class IngestService

    • Method Detail

      • ingestSingle

        public io.grpc.stub.StreamObserver<Rpc.Ingest> ingestSingle​(io.grpc.stub.StreamObserver<Rpc.Status> responseObserver)
        Description copied from interface: IngestServiceGrpc.AsyncService
        
         Stream ingestion with single ingest requests. Use this method when
         sending small isolated and infrequent ingest requests.
         
      • ingestBulk

        public io.grpc.stub.StreamObserver<Rpc.IngestBulk> ingestBulk​(io.grpc.stub.StreamObserver<Rpc.StatusBulk> responseObserver)
        Description copied from interface: IngestServiceGrpc.AsyncService
        
         The main ingest method. Use this for high performance ingest requests.
         Note that the returned StatusBulk will not be necesarilly corresponding
         the the input bulk. So each IngestBulk can result in any number of
         StatusBulk messages. It is up to the application to handle the
         StatusBulk as a stream of individual Statuses.