Interface ClusterShardingMessages.ShardStatsOrBuilder

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

public static interface ClusterShardingMessages.ShardStatsOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    required int32 entityCount = 2;
    required string shard = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string shard = 1;
    boolean
    required int32 entityCount = 2;
    boolean
    required string shard = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasShard

      boolean hasShard()
      required string shard = 1;
      Returns:
      Whether the shard field is set.
    • getShard

      String getShard()
      required string shard = 1;
      Returns:
      The shard.
    • getShardBytes

      org.apache.pekko.protobufv3.internal.ByteString getShardBytes()
      required string shard = 1;
      Returns:
      The bytes for shard.
    • hasEntityCount

      boolean hasEntityCount()
      required int32 entityCount = 2;
      Returns:
      Whether the entityCount field is set.
    • getEntityCount

      int getEntityCount()
      required int32 entityCount = 2;
      Returns:
      The entityCount.