Interface ReadStreamRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReadStreamRequest, ReadStreamRequest.Builder

    public interface ReadStreamRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getReaderId

        String getReaderId()
        string readerId = 1;
        Returns:
        The readerId.
      • getReaderIdBytes

        com.google.protobuf.ByteString getReaderIdBytes()
        string readerId = 1;
        Returns:
        The bytes for readerId.
      • getStreamName

        String getStreamName()
        string streamName = 2;
        Returns:
        The streamName.
      • getStreamNameBytes

        com.google.protobuf.ByteString getStreamNameBytes()
        string streamName = 2;
        Returns:
        The bytes for streamName.
      • hasFrom

        boolean hasFrom()
        .hstream.server.StreamOffset from = 3;
        Returns:
        Whether the from field is set.
      • getFrom

        StreamOffset getFrom()
        .hstream.server.StreamOffset from = 3;
        Returns:
        The from.
      • hasUntil

        boolean hasUntil()
        .hstream.server.StreamOffset until = 4;
        Returns:
        Whether the until field is set.
      • getUntil

        StreamOffset getUntil()
        .hstream.server.StreamOffset until = 4;
        Returns:
        The until.
      • getMaxReadBatches

        long getMaxReadBatches()
         Total number of batches reader read at most
         
        uint64 maxReadBatches = 5;
        Returns:
        The maxReadBatches.