A B C G H I L M N O P R S T U W

S

scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.LatencyUtils.TimeServices.ScheduledExecutor
 
setCurrentTime(long) - Static method in class org.LatencyUtils.TimeServices
 
setDefaultPauseDetector(PauseDetector) - Static method in class org.LatencyUtils.LatencyStats
Set the default pause detector for the LatencyStats class.
setVerbose(boolean) - Method in class org.LatencyUtils.SimplePauseDetector
 
shutdown() - Method in class org.LatencyUtils.PauseDetector
Stop execution of this pause detector
shutdown() - Method in class org.LatencyUtils.SimplePauseDetector
Shut down the pause detector operation and terminate it's threads.
shutdown() - Method in class org.LatencyUtils.TimeServices.ScheduledExecutor
 
SimplePauseDetector - Class in org.LatencyUtils
A Simple PauseDetector that detects pauses using a consensus observation across a configurable number of detection thread.
SimplePauseDetector(long, long, int) - Constructor for class org.LatencyUtils.SimplePauseDetector
Creates a SimplePauseDetector
SimplePauseDetector(long, long, int, boolean) - Constructor for class org.LatencyUtils.SimplePauseDetector
Creates a SimplePauseDetector
SimplePauseDetector() - Constructor for class org.LatencyUtils.SimplePauseDetector
Creates a SimplePauseDetector with a default sleep interval (1 msec), a default pause notification threshold (1 msec), and using the default number of consensus detection threads (3).
skipConsensusTimeTo(long) - Method in class org.LatencyUtils.SimplePauseDetector
A test method that allows the caller to artificially move the consensus observed time forward without causing a pause to be detected as a result of the time skip.
sleepMsecs(long) - Static method in class org.LatencyUtils.TimeServices
 
sleepNanos(long) - Static method in class org.LatencyUtils.TimeServices
 
stallDetectorThreads(long, long) - Method in class org.LatencyUtils.SimplePauseDetector
A test method that allows the caller to artificially stall a requested set of the detector threads for a given amount of time.
stop() - Method in class org.LatencyUtils.LatencyStats
Stop operation of this LatencyStats object, removing it from the pause detector's notification list
stop() - Method in class org.LatencyUtils.TimeCappedMovingAverageIntervalEstimator
Stop the tracking via the pauseDetector, and remove this estimator from the pause detector's listeners.

A B C G H I L M N O P R S T U W