Package io.hstream.internal
Interface ReadStreamByKeyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadStreamByKeyRequest
,ReadStreamByKeyRequest.Builder
public interface ReadStreamByKeyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShardOffset
getFrom()
.hstream.server.ShardOffset from = 4;
ShardOffsetOrBuilder
getFromOrBuilder()
.hstream.server.ShardOffset from = 4;
String
getKey()
string key = 3;
com.google.protobuf.ByteString
getKeyBytes()
string key = 3;
String
getReaderId()
string readerId = 1;
com.google.protobuf.ByteString
getReaderIdBytes()
string readerId = 1;
long
getReadRecordCount()
total record return in next round readString
getStreamName()
string streamName = 2;
com.google.protobuf.ByteString
getStreamNameBytes()
string streamName = 2;
ShardOffset
getUntil()
.hstream.server.ShardOffset until = 5;
ShardOffsetOrBuilder
getUntilOrBuilder()
.hstream.server.ShardOffset until = 5;
boolean
hasFrom()
.hstream.server.ShardOffset from = 4;
boolean
hasUntil()
.hstream.server.ShardOffset until = 5;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getKey
String getKey()
string key = 3;
- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
string key = 3;
- Returns:
- The bytes for key.
-
hasFrom
boolean hasFrom()
.hstream.server.ShardOffset from = 4;
- Returns:
- Whether the from field is set.
-
getFrom
ShardOffset getFrom()
.hstream.server.ShardOffset from = 4;
- Returns:
- The from.
-
getFromOrBuilder
ShardOffsetOrBuilder getFromOrBuilder()
.hstream.server.ShardOffset from = 4;
-
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;
-
getReadRecordCount
long getReadRecordCount()
total record return in next round read
uint64 readRecordCount = 6;
- Returns:
- The readRecordCount.
-
-