Uses of Interface
org.apache.cassandra.utils.MonotonicClock
-
Packages that use MonotonicClock Package Description org.apache.cassandra.metrics org.apache.cassandra.utils -
-
Uses of MonotonicClock in org.apache.cassandra.metrics
Constructors in org.apache.cassandra.metrics with parameters of type MonotonicClock Constructor Description DecayingEstimatedHistogramReservoir(boolean considerZeroes, int bucketCount, int stripes, MonotonicClock clock, long landmarkResetIntervalInNs)DecayingEstimatedHistogramReservoir(MonotonicClock clock) -
Uses of MonotonicClock in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement MonotonicClock Modifier and Type Class Description static classMonotonicClock.AbstractEpochSamplingClockstatic classMonotonicClock.SampledClockstatic classMonotonicClock.SystemClockFields in org.apache.cassandra.utils declared as MonotonicClock Modifier and Type Field Description static MonotonicClockMonotonicClock.Global. approxTimestatic MonotonicClockMonotonicClock.Global. preciseTimeStatic singleton object that will be instantiated by default with a system clock implementation.Constructors in org.apache.cassandra.utils with parameters of type MonotonicClock Constructor Description SampledClock(MonotonicClock precise)
-