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