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 Details

    • getStateCountsCount

      int getStateCountsCount()
      map<string, int32> state_counts = 1;
    • containsStateCounts

      boolean containsStateCounts(String key)
      map<string, int32> state_counts = 1;
    • getStateCounts

      @Deprecated Map<String,Integer> getStateCounts()
      Deprecated.
      Use getStateCountsMap() instead.
    • getStateCountsMap

      Map<String,Integer> getStateCountsMap()
      map<string, int32> state_counts = 1;
    • getStateCountsOrDefault

      int getStateCountsOrDefault(String key, int defaultValue)
      map<string, int32> state_counts = 1;
    • getStateCountsOrThrow

      int getStateCountsOrThrow(String key)
      map<string, int32> state_counts = 1;
    • getLeaderCount

      int getLeaderCount()
      int32 leader_count = 2;
      Returns:
      The leaderCount.
    • getLeaderRegoinIdsList

      List<Long> 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

      List<Long> 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.