Interface ReadShardStreamRequestOrBuilder

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

    public interface ReadShardStreamRequestOrBuilder
    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.
      • getShardId

        long getShardId()
        uint64 shardId = 2;
        Returns:
        The shardId.
      • hasFrom

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

        ShardOffset getFrom()
        .hstream.server.ShardOffset from = 3;
        Returns:
        The from.
      • getMaxReadBatches

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

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

        ShardOffset getUntil()
        .hstream.server.ShardOffset until = 5;
        Returns:
        The until.
      • getUntilOrBuilder

        ShardOffsetOrBuilder getUntilOrBuilder()
        .hstream.server.ShardOffset until = 5;
      • getStreamName

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

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