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 Summary
Modifier and TypeMethodDescriptiongetFailed(int index) repeated string failed = 2;org.apache.pekko.protobufv3.internal.ByteStringgetFailedBytes(int index) repeated string failed = 2;intrepeated string failed = 2;repeated string failed = 2;getStats(int index) repeated .MapFieldEntry stats = 1;intrepeated .MapFieldEntry stats = 1;repeated .MapFieldEntry stats = 1;getStatsOrBuilder(int index) repeated .MapFieldEntry stats = 1;repeated .MapFieldEntry stats = 1;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStatsList
List<ClusterShardingMessages.MapFieldEntry> 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
repeated .MapFieldEntry stats = 1; -
getFailedList
repeated string failed = 2;- Returns:
- A list containing the failed.
-
getFailedCount
int getFailedCount()repeated string failed = 2;- Returns:
- The count of failed.
-
getFailed
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.
-