Package io.dingodb.debug
Interface Debug.DebugResponse.FileReaderOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DebugResponse.FileReader,Debug.DebugResponse.FileReader.Builder
- Enclosing class:
- Debug.DebugResponse
public static interface Debug.DebugResponse.FileReaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCount()int32 count = 1;longgetReaderIds(int index) repeated int64 reader_ids = 2;intrepeated int64 reader_ids = 2;repeated int64 reader_ids = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCount
int getCount()int32 count = 1;- Returns:
- The count.
-
getReaderIdsList
repeated int64 reader_ids = 2;- Returns:
- A list containing the readerIds.
-
getReaderIdsCount
int getReaderIdsCount()repeated int64 reader_ids = 2;- Returns:
- The count of readerIds.
-
getReaderIds
long getReaderIds(int index) repeated int64 reader_ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The readerIds at the given index.
-