Class Striped64.HashCode

java.lang.Object
com.codahale.metrics.Striped64.HashCode
Enclosing class:
Striped64

static final class Striped64.HashCode extends Object
Holder for the thread-local hash code. The code is initially random, but may be set to a different value upon collisions.
  • Field Details

    • rng

      static final Random rng
    • code

      int code
  • Constructor Details

    • HashCode

      HashCode()