Package io.hstream.internal
Interface BatchHStreamRecordsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchHStreamRecords
,BatchHStreamRecords.Builder
public interface BatchHStreamRecordsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HStreamRecord
getRecords(int index)
repeated .hstream.server.HStreamRecord records = 1;
int
getRecordsCount()
repeated .hstream.server.HStreamRecord records = 1;
List<HStreamRecord>
getRecordsList()
repeated .hstream.server.HStreamRecord records = 1;
HStreamRecordOrBuilder
getRecordsOrBuilder(int index)
repeated .hstream.server.HStreamRecord records = 1;
List<? extends HStreamRecordOrBuilder>
getRecordsOrBuilderList()
repeated .hstream.server.HStreamRecord records = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRecordsList
List<HStreamRecord> getRecordsList()
repeated .hstream.server.HStreamRecord records = 1;
-
getRecords
HStreamRecord getRecords(int index)
repeated .hstream.server.HStreamRecord records = 1;
-
getRecordsCount
int getRecordsCount()
repeated .hstream.server.HStreamRecord records = 1;
-
getRecordsOrBuilderList
List<? extends HStreamRecordOrBuilder> getRecordsOrBuilderList()
repeated .hstream.server.HStreamRecord records = 1;
-
getRecordsOrBuilder
HStreamRecordOrBuilder getRecordsOrBuilder(int index)
repeated .hstream.server.HStreamRecord records = 1;
-
-