Package io.dingodb.debug
Interface Debug.ModifyRegionMetaRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.ModifyRegionMetaRequest,Debug.ModifyRegionMetaRequest.Builder
- Enclosing class:
- Debug
public static interface Debug.ModifyRegionMetaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFields(int index) repeated string fields = 10;com.google.protobuf.ByteStringgetFieldsBytes(int index) repeated string fields = 10;intrepeated string fields = 10;repeated string fields = 10;longint64 region_id = 2;.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;getState().dingodb.pb.common.StoreRegionState state = 11;int.dingodb.pb.common.StoreRegionState state = 11;boolean.dingodb.pb.common.RequestInfo request_info = 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
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
getRegionId
long getRegionId()int64 region_id = 2;- Returns:
- The regionId.
-
getFieldsList
repeated string fields = 10;- Returns:
- A list containing the fields.
-
getFieldsCount
int getFieldsCount()repeated string fields = 10;- Returns:
- The count of fields.
-
getFields
repeated string fields = 10;- Parameters:
index- The index of the element to return.- Returns:
- The fields at the given index.
-
getFieldsBytes
com.google.protobuf.ByteString getFieldsBytes(int index) repeated string fields = 10;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the fields at the given index.
-
getStateValue
int getStateValue().dingodb.pb.common.StoreRegionState state = 11;- Returns:
- The enum numeric value on the wire for state.
-
getState
Common.StoreRegionState getState().dingodb.pb.common.StoreRegionState state = 11;- Returns:
- The state.
-