Uses of Class
com.codahale.metrics.Striped64.HashCode
Packages that use Striped64.HashCode
-
Uses of Striped64.HashCode in com.codahale.metrics
Methods in com.codahale.metrics that return Striped64.HashCodeMethods in com.codahale.metrics with parameters of type Striped64.HashCodeModifier and TypeMethodDescription(package private) final void
Striped64.retryUpdate
(long x, Striped64.HashCode hc, boolean wasUncontended) Handles cases of updates involving initialization, resizing, creating new Cells, and/or contention.