Package io.dingodb.coordinator
Interface Coordinator.BalanceRegionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.BalanceRegionRequest,Coordinator.BalanceRegionRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.BalanceRegionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool dryrun = 3;.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.StoreType store_type = 2;int.dingodb.pb.common.StoreType store_type = 2;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; -
getStoreTypeValue
int getStoreTypeValue().dingodb.pb.common.StoreType store_type = 2;- Returns:
- The enum numeric value on the wire for storeType.
-
getStoreType
Common.StoreType getStoreType().dingodb.pb.common.StoreType store_type = 2;- Returns:
- The storeType.
-
getDryrun
boolean getDryrun()bool dryrun = 3;- Returns:
- The dryrun.
-