Interface ClusterShardingMessages.ShardRegionStatsOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterShardingMessages.ShardRegionStats, ClusterShardingMessages.ShardRegionStats.Builder
Enclosing class:
ClusterShardingMessages

public static interface ClusterShardingMessages.ShardRegionStatsOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Details

    • getStatsList

      repeated .MapFieldEntry stats = 1;
    • getStats

      repeated .MapFieldEntry stats = 1;
    • getStatsCount

      int getStatsCount()
      repeated .MapFieldEntry stats = 1;
    • getStatsOrBuilderList

      List<? extends ClusterShardingMessages.MapFieldEntryOrBuilder> getStatsOrBuilderList()
      repeated .MapFieldEntry stats = 1;
    • getStatsOrBuilder

      ClusterShardingMessages.MapFieldEntryOrBuilder getStatsOrBuilder(int index)
      repeated .MapFieldEntry stats = 1;
    • getFailedList

      List<String> getFailedList()
      repeated string failed = 2;
      Returns:
      A list containing the failed.
    • getFailedCount

      int getFailedCount()
      repeated string failed = 2;
      Returns:
      The count of failed.
    • getFailed

      String getFailed(int index)
      repeated string failed = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The failed at the given index.
    • getFailedBytes

      org.apache.pekko.protobufv3.internal.ByteString getFailedBytes(int index)
      repeated string failed = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the failed at the given index.