Package io.dingodb.debug
Interface Debug.DebugResponse.RegionExecutorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DebugResponse.RegionExecutor,Debug.DebugResponse.RegionExecutor.Builder
- Enclosing class:
- Debug.DebugResponse
public static interface Debug.DebugResponse.RegionExecutorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetRegionIds(int index) repeated int64 region_ids = 1;intrepeated int64 region_ids = 1;repeated int64 region_ids = 1;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
-
getRegionIdsList
repeated int64 region_ids = 1;- Returns:
- A list containing the regionIds.
-
getRegionIdsCount
int getRegionIdsCount()repeated int64 region_ids = 1;- Returns:
- The count of regionIds.
-
getRegionIds
long getRegionIds(int index) repeated int64 region_ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The regionIds at the given index.
-