Uses of Interface
org.apache.cassandra.utils.TimeSource
-
Packages that use TimeSource Package Description org.apache.cassandra.utils org.apache.cassandra.utils.concurrent -
-
Uses of TimeSource in org.apache.cassandra.utils
Classes in org.apache.cassandra.utils that implement TimeSource Modifier and Type Class Description classSystemTimeSourceTime source backed by JVM clock.Methods in org.apache.cassandra.utils that return TimeSource Modifier and Type Method Description TimeSourceSystemTimeSource. sleep(long sleepFor, java.util.concurrent.TimeUnit unit)TimeSourceTimeSource. sleep(long sleepFor, java.util.concurrent.TimeUnit unit)Sleep for the given amount of time.TimeSourceSystemTimeSource. sleepUninterruptibly(long sleepFor, java.util.concurrent.TimeUnit unit)TimeSourceTimeSource. sleepUninterruptibly(long sleepFor, java.util.concurrent.TimeUnit unit)Sleep for the given amount of time uninterruptibly.Constructors in org.apache.cassandra.utils with parameters of type TimeSource Constructor Description SlidingTimeRate(TimeSource timeSource, long size, long precision, java.util.concurrent.TimeUnit unit)Creates a sliding rate whose time window is of the given size, with the given precision and time unit. -
Uses of TimeSource in org.apache.cassandra.utils.concurrent
Constructors in org.apache.cassandra.utils.concurrent with parameters of type TimeSource Constructor Description IntervalLock(TimeSource timeSource)
-