Class Shard

    • Method Detail

      • shardId

        public final String shardId()

        The unique identifier of the shard within the stream.

        Returns:
        The unique identifier of the shard within the stream.
      • parentShardId

        public final String parentShardId()

        The shard ID of the shard's parent.

        Returns:
        The shard ID of the shard's parent.
      • adjacentParentShardId

        public final String adjacentParentShardId()

        The shard ID of the shard adjacent to the shard's parent.

        Returns:
        The shard ID of the shard adjacent to the shard's parent.
      • hashKeyRange

        public final HashKeyRange hashKeyRange()

        The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

        Returns:
        The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
      • sequenceNumberRange

        public final SequenceNumberRange sequenceNumberRange()

        The range of possible sequence numbers for the shard.

        Returns:
        The range of possible sequence numbers for the shard.
      • serializableBuilderClass

        public static Class<? extends Shard.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)