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 java.lang.Object implements MonotonicClock
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MonotonicClock.AbstractEpochSamplingClock.AlmostSameTime
-
Nested classes/interfaces inherited from interface org.apache.cassandra.utils.MonotonicClock
MonotonicClock.AbstractEpochSamplingClock, MonotonicClock.Global, MonotonicClock.SampledClock, MonotonicClock.SystemClock
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
pauseEpochSampling()
void
resumeEpochSampling()
MonotonicClockTranslation
translate()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.utils.MonotonicClock
error, isAfter, isAfter, now
-
-
-
-
Method Detail
-
translate
public MonotonicClockTranslation translate()
- Specified by:
translate
in interfaceMonotonicClock
-
pauseEpochSampling
public void pauseEpochSampling()
-
resumeEpochSampling
public void resumeEpochSampling()
-
-