Interface MetricsDistributionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MetricsDistributions, MetricsDistributions.Builder

@Generated public interface MetricsDistributionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getHealthHistogramList

      List<Integer> getHealthHistogramList()
      Health histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].
      Each entry is the count of bots whose health falls in that bucket.
      
      repeated uint32 health_histogram = 1;
      Returns:
      A list containing the healthHistogram.
    • getHealthHistogramCount

      int getHealthHistogramCount()
      Health histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].
      Each entry is the count of bots whose health falls in that bucket.
      
      repeated uint32 health_histogram = 1;
      Returns:
      The count of healthHistogram.
    • getHealthHistogram

      int getHealthHistogram(int index)
      Health histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].
      Each entry is the count of bots whose health falls in that bucket.
      
      repeated uint32 health_histogram = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The healthHistogram at the given index.
    • getFoodHistogramList

      List<Integer> getFoodHistogramList()
      Food level histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].
      
      repeated uint32 food_histogram = 2;
      Returns:
      A list containing the foodHistogram.
    • getFoodHistogramCount

      int getFoodHistogramCount()
      Food level histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].
      
      repeated uint32 food_histogram = 2;
      Returns:
      The count of foodHistogram.
    • getFoodHistogram

      int getFoodHistogram(int index)
      Food level histogram with 10 buckets of width 2: [0,2), [2,4), ..., [18,20].
      
      repeated uint32 food_histogram = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The foodHistogram at the given index.
    • getDimensionCountsCount

      int getDimensionCountsCount()
      Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
      
      map<string, uint32> dimension_counts = 3;
    • containsDimensionCounts

      boolean containsDimensionCounts(String key)
      Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
      
      map<string, uint32> dimension_counts = 3;
    • getDimensionCounts

      @Deprecated Map<String,Integer> getDimensionCounts()
      Deprecated.
    • getDimensionCountsMap

      Map<String,Integer> getDimensionCountsMap()
      Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
      
      map<string, uint32> dimension_counts = 3;
    • getDimensionCountsOrDefault

      int getDimensionCountsOrDefault(String key, int defaultValue)
      Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
      
      map<string, uint32> dimension_counts = 3;
    • getDimensionCountsOrThrow

      int getDimensionCountsOrThrow(String key)
      Number of bots in each dimension (e.g., "minecraft:overworld" -> 5).
      
      map<string, uint32> dimension_counts = 3;
    • getGameModeCountsCount

      int getGameModeCountsCount()
      Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
      
      map<string, uint32> game_mode_counts = 4;
    • containsGameModeCounts

      boolean containsGameModeCounts(String key)
      Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
      
      map<string, uint32> game_mode_counts = 4;
    • getGameModeCounts

      @Deprecated Map<String,Integer> getGameModeCounts()
      Deprecated.
    • getGameModeCountsMap

      Map<String,Integer> getGameModeCountsMap()
      Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
      
      map<string, uint32> game_mode_counts = 4;
    • getGameModeCountsOrDefault

      int getGameModeCountsOrDefault(String key, int defaultValue)
      Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
      
      map<string, uint32> game_mode_counts = 4;
    • getGameModeCountsOrThrow

      int getGameModeCountsOrThrow(String key)
      Number of bots in each game mode (e.g., "SURVIVAL" -> 10).
      
      map<string, uint32> game_mode_counts = 4;
    • getBotPositionsList

      List<BotPosition> getBotPositionsList()
      XZ positions of online bots for scatter plot rendering.
      
      repeated .soulfire.v1.BotPosition bot_positions = 5;
    • getBotPositions

      BotPosition getBotPositions(int index)
      XZ positions of online bots for scatter plot rendering.
      
      repeated .soulfire.v1.BotPosition bot_positions = 5;
    • getBotPositionsCount

      int getBotPositionsCount()
      XZ positions of online bots for scatter plot rendering.
      
      repeated .soulfire.v1.BotPosition bot_positions = 5;
    • getBotPositionsOrBuilderList

      List<? extends BotPositionOrBuilder> getBotPositionsOrBuilderList()
      XZ positions of online bots for scatter plot rendering.
      
      repeated .soulfire.v1.BotPosition bot_positions = 5;
    • getBotPositionsOrBuilder

      BotPositionOrBuilder getBotPositionsOrBuilder(int index)
      XZ positions of online bots for scatter plot rendering.
      
      repeated .soulfire.v1.BotPosition bot_positions = 5;