Package io.dingodb.debug
Interface Debug.DebugResponse.RegionMetaDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DebugResponse.RegionMetaDetails,Debug.DebugResponse.RegionMetaDetails.Builder
- Enclosing class:
- Debug.DebugResponse
public static interface Debug.DebugResponse.RegionMetaDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRegions(int index) repeated .dingodb.pb.store_internal.Region regions = 1;intrepeated .dingodb.pb.store_internal.Region regions = 1;repeated .dingodb.pb.store_internal.Region regions = 1;getRegionsOrBuilder(int index) repeated .dingodb.pb.store_internal.Region regions = 1;List<? extends StoreInternal.RegionOrBuilder>repeated .dingodb.pb.store_internal.Region regions = 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
-
getRegionsList
List<StoreInternal.Region> getRegionsList()repeated .dingodb.pb.store_internal.Region regions = 1; -
getRegions
repeated .dingodb.pb.store_internal.Region regions = 1; -
getRegionsCount
int getRegionsCount()repeated .dingodb.pb.store_internal.Region regions = 1; -
getRegionsOrBuilderList
List<? extends StoreInternal.RegionOrBuilder> getRegionsOrBuilderList()repeated .dingodb.pb.store_internal.Region regions = 1; -
getRegionsOrBuilder
repeated .dingodb.pb.store_internal.Region regions = 1;
-