Interface Shard.Builder

    • Method Detail

      • shardId

        Shard.Builder shardId​(String shardId)

        The system-generated identifier for this shard.

        Parameters:
        shardId - The system-generated identifier for this shard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sequenceNumberRange

        Shard.Builder sequenceNumberRange​(SequenceNumberRange sequenceNumberRange)

        The range of possible sequence numbers for the shard.

        Parameters:
        sequenceNumberRange - The range of possible sequence numbers for the shard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parentShardId

        Shard.Builder parentShardId​(String parentShardId)

        The shard ID of the current shard's parent.

        Parameters:
        parentShardId - The shard ID of the current shard's parent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.