Class HashKeyRange

    • Constructor Detail

      • HashKeyRange

        public HashKeyRange()
    • Method Detail

      • setStartingHashKey

        public void setStartingHashKey​(String startingHashKey)

        The starting hash key of the hash key range.

        Parameters:
        startingHashKey - The starting hash key of the hash key range.
      • getStartingHashKey

        public String getStartingHashKey()

        The starting hash key of the hash key range.

        Returns:
        The starting hash key of the hash key range.
      • withStartingHashKey

        public HashKeyRange withStartingHashKey​(String startingHashKey)

        The starting hash key of the hash key range.

        Parameters:
        startingHashKey - The starting hash key of the hash key range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndingHashKey

        public void setEndingHashKey​(String endingHashKey)

        The ending hash key of the hash key range.

        Parameters:
        endingHashKey - The ending hash key of the hash key range.
      • getEndingHashKey

        public String getEndingHashKey()

        The ending hash key of the hash key range.

        Returns:
        The ending hash key of the hash key range.
      • withEndingHashKey

        public HashKeyRange withEndingHashKey​(String endingHashKey)

        The ending hash key of the hash key range.

        Parameters:
        endingHashKey - The ending hash key of the hash key range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object