Interface ClusterShardingMessages.CurrentShardStateOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getEntityIds(int index)
    repeated string entityIds = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    getEntityIdsBytes(int index)
    repeated string entityIds = 2;
    int
    repeated string entityIds = 2;
    repeated string entityIds = 2;
    required string shardId = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string shardId = 1;
    boolean
    required string shardId = 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

    • hasShardId

      boolean hasShardId()
      required string shardId = 1;
      Returns:
      Whether the shardId field is set.
    • getShardId

      String getShardId()
      required string shardId = 1;
      Returns:
      The shardId.
    • getShardIdBytes

      org.apache.pekko.protobufv3.internal.ByteString getShardIdBytes()
      required string shardId = 1;
      Returns:
      The bytes for shardId.
    • getEntityIdsList

      List<String> getEntityIdsList()
      repeated string entityIds = 2;
      Returns:
      A list containing the entityIds.
    • getEntityIdsCount

      int getEntityIdsCount()
      repeated string entityIds = 2;
      Returns:
      The count of entityIds.
    • getEntityIds

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

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