Interface ClusterShardingMessages.RememberedShardStateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getMarker()
      optional bool marker = 2;
      java.lang.String getShardId​(int index)
      repeated string shardId = 1;
      akka.protobufv3.internal.ByteString getShardIdBytes​(int index)
      repeated string shardId = 1;
      int getShardIdCount()
      repeated string shardId = 1;
      java.util.List<java.lang.String> getShardIdList()
      repeated string shardId = 1;
      boolean hasMarker()
      optional bool marker = 2;
      • 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

      • getShardIdList

        java.util.List<java.lang.String> getShardIdList()
        repeated string shardId = 1;
        Returns:
        A list containing the shardId.
      • getShardIdCount

        int getShardIdCount()
        repeated string shardId = 1;
        Returns:
        The count of shardId.
      • getShardId

        java.lang.String getShardId​(int index)
        repeated string shardId = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The shardId at the given index.
      • getShardIdBytes

        akka.protobufv3.internal.ByteString getShardIdBytes​(int index)
        repeated string shardId = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the shardId at the given index.
      • hasMarker

        boolean hasMarker()
        optional bool marker = 2;
        Returns:
        Whether the marker field is set.
      • getMarker

        boolean getMarker()
        optional bool marker = 2;
        Returns:
        The marker.