Package s2.v1alpha

Class StreamServiceGrpc.StreamServiceBlockingStub

  • Enclosing class:
    StreamServiceGrpc

    public static final class StreamServiceGrpc.StreamServiceBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<StreamServiceGrpc.StreamServiceBlockingStub>
    A stub to allow clients to do limited synchronous rpc calls to service StreamService.
     Operate on an S2 stream.
     
    • 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
      AppendResponse append​(AppendRequest request)
      Append a batch of records to a stream.
      protected StreamServiceGrpc.StreamServiceBlockingStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      CheckTailResponse checkTail​(CheckTailRequest request)
      Check the sequence number that will be assigned to the next record on a stream.
      ReadResponse read​(ReadRequest request)
      Retrieve a batch of records from a stream.
      java.util.Iterator<ReadSessionResponse> readSession​(ReadSessionRequest request)
      Retrieve batches of records from a stream continuously.
      • 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