Interface ClusterShardingMessages.ShardStateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEntityIds​(int index)
      repeated string entityIds = 2;
      akka.protobufv3.internal.ByteString getEntityIdsBytes​(int index)
      repeated string entityIds = 2;
      int getEntityIdsCount()
      repeated string entityIds = 2;
      java.util.List<java.lang.String> getEntityIdsList()
      repeated string entityIds = 2;
      java.lang.String getShardId()
      required string shardId = 1;
      akka.protobufv3.internal.ByteString getShardIdBytes()
      required string shardId = 1;
      boolean hasShardId()
      required string shardId = 1;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

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

      • hasShardId

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

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

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

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

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

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