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