Package org.apache.cassandra.utils
Class MonotonicClock.AbstractEpochSamplingClock
java.lang.Object
org.apache.cassandra.utils.MonotonicClock.AbstractEpochSamplingClock
- All Implemented Interfaces:
MonotonicClock
- Direct Known Subclasses:
MonotonicClock.SystemClock
- Enclosing interface:
- MonotonicClock
public abstract static class MonotonicClock.AbstractEpochSamplingClock
extends Object
implements MonotonicClock
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface org.apache.cassandra.utils.MonotonicClock
MonotonicClock.AbstractEpochSamplingClock, MonotonicClock.Global, MonotonicClock.SampledClock, MonotonicClock.SystemClock -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.utils.MonotonicClock
error, isAfter, isAfter, now
-
Method Details
-
translate
- Specified by:
translatein interfaceMonotonicClock
-
pauseEpochSampling
public void pauseEpochSampling() -
resumeEpochSampling
public void resumeEpochSampling()
-