Package io.hstream.internal
Interface AppendRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppendRequest
,AppendRequest.Builder
public interface AppendRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchedRecord
getRecords()
.hstream.server.BatchedRecord records = 3;
BatchedRecordOrBuilder
getRecordsOrBuilder()
.hstream.server.BatchedRecord records = 3;
long
getShardId()
uint64 shardId = 2;
String
getStreamName()
string streamName = 1;
com.google.protobuf.ByteString
getStreamNameBytes()
string streamName = 1;
boolean
hasRecords()
.hstream.server.BatchedRecord records = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStreamName
String getStreamName()
string streamName = 1;
- Returns:
- The streamName.
-
getStreamNameBytes
com.google.protobuf.ByteString getStreamNameBytes()
string streamName = 1;
- Returns:
- The bytes for streamName.
-
getShardId
long getShardId()
uint64 shardId = 2;
- Returns:
- The shardId.
-
hasRecords
boolean hasRecords()
.hstream.server.BatchedRecord records = 3;
- Returns:
- Whether the records field is set.
-
getRecords
BatchedRecord getRecords()
.hstream.server.BatchedRecord records = 3;
- Returns:
- The records.
-
getRecordsOrBuilder
BatchedRecordOrBuilder getRecordsOrBuilder()
.hstream.server.BatchedRecord records = 3;
-
-