Class LocalPartitioner.LocalToken

    • Constructor Detail

      • LocalToken

        public LocalToken​(java.nio.ByteBuffer token)
    • Method Detail

      • toString

        public java.lang.String toString()
      • compareTo

        public int compareTo​(Token o)
        Specified by:
        compareTo in interface java.lang.Comparable<Token>
      • hashCode

        public int hashCode()
      • equals

        public boolean equals​(java.lang.Object obj)
      • getHeapSize

        public long getHeapSize()
        Specified by:
        getHeapSize in class Token
      • size

        public double size​(Token next)
        Description copied from class: Token
        Returns a measure for the token space covered between this token and next. Used by the token allocation algorithm (see CASSANDRA-7032).
        Specified by:
        size in class Token
      • increaseSlightly

        public Token increaseSlightly()
        Description copied from class: Token
        Returns a token that is slightly greater than this. Used to avoid clashes between nodes in separate datacentres trying to use the same token via the token allocation algorithm.
        Specified by:
        increaseSlightly in class Token