Package io.dingodb.debug
Interface Debug.DebugResponse.RegionMetaStatOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DebugResponse.RegionMetaStat,Debug.DebugResponse.RegionMetaStat.Builder
- Enclosing class:
- Debug.DebugResponse
public static interface Debug.DebugResponse.RegionMetaStatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, int32> state_counts = 1;intint32 follower_count = 4;longgetFollowerRegoinIds(int index) repeated int64 follower_regoin_ids = 5;intrepeated int64 follower_regoin_ids = 5;repeated int64 follower_regoin_ids = 5;intint32 leader_count = 2;longgetLeaderRegoinIds(int index) repeated int64 leader_regoin_ids = 3;intrepeated int64 leader_regoin_ids = 3;repeated int64 leader_regoin_ids = 3;Deprecated.intmap<string, int32> state_counts = 1;map<string, int32> state_counts = 1;intgetStateCountsOrDefault(String key, int defaultValue) map<string, int32> state_counts = 1;intmap<string, int32> state_counts = 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
-
getStateCountsCount
int getStateCountsCount()map<string, int32> state_counts = 1; -
containsStateCounts
map<string, int32> state_counts = 1; -
getStateCounts
Deprecated.UsegetStateCountsMap()instead. -
getStateCountsMap
map<string, int32> state_counts = 1; -
getStateCountsOrDefault
map<string, int32> state_counts = 1; -
getStateCountsOrThrow
map<string, int32> state_counts = 1; -
getLeaderCount
int getLeaderCount()int32 leader_count = 2;- Returns:
- The leaderCount.
-
getLeaderRegoinIdsList
repeated int64 leader_regoin_ids = 3;- Returns:
- A list containing the leaderRegoinIds.
-
getLeaderRegoinIdsCount
int getLeaderRegoinIdsCount()repeated int64 leader_regoin_ids = 3;- Returns:
- The count of leaderRegoinIds.
-
getLeaderRegoinIds
long getLeaderRegoinIds(int index) repeated int64 leader_regoin_ids = 3;- Parameters:
index- The index of the element to return.- Returns:
- The leaderRegoinIds at the given index.
-
getFollowerCount
int getFollowerCount()int32 follower_count = 4;- Returns:
- The followerCount.
-
getFollowerRegoinIdsList
repeated int64 follower_regoin_ids = 5;- Returns:
- A list containing the followerRegoinIds.
-
getFollowerRegoinIdsCount
int getFollowerRegoinIdsCount()repeated int64 follower_regoin_ids = 5;- Returns:
- The count of followerRegoinIds.
-
getFollowerRegoinIds
long getFollowerRegoinIds(int index) repeated int64 follower_regoin_ids = 5;- Parameters:
index- The index of the element to return.- Returns:
- The followerRegoinIds at the given index.
-