Uses of Interface
org.apache.cassandra.utils.MonotonicClock
-
Packages that use MonotonicClock Package Description org.apache.cassandra.utils -
-
Uses of MonotonicClock in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement MonotonicClock Modifier and Type Class Description static class
MonotonicClock.AbstractEpochSamplingClock
static class
MonotonicClock.SampledClock
static class
MonotonicClock.SystemClock
Fields in org.apache.cassandra.utils declared as MonotonicClock Modifier and Type Field Description static MonotonicClock
MonotonicClock. approxTime
static MonotonicClock
MonotonicClock. preciseTime
Static 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)
-