Interface ClusterShardingMessages.ShardRegionStatsOrBuilder

    • Method Detail

      • getStatsCount

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

        java.util.List<java.lang.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

        java.lang.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

        akka.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.