Uses of Class
com.codahale.metrics.Striped64.HashCode
Packages that use Striped64.HashCode
-
Uses of Striped64.HashCode in com.codahale.metrics
Subclasses with type arguments of type Striped64.HashCode in com.codahale.metricsModifier and TypeClassDescription(package private) static final classThe corresponding ThreadLocal classMethods in com.codahale.metrics that return Striped64.HashCodeMethods in com.codahale.metrics with parameters of type Striped64.HashCodeModifier and TypeMethodDescription(package private) final voidStriped64.retryUpdate(long x, Striped64.HashCode hc, boolean wasUncontended) Handles cases of updates involving initialization, resizing, creating new Cells, and/or contention.