Uses of Class
org.LatencyUtils.PauseDetector

Uses of PauseDetector in org.LatencyUtils
 

Subclasses of PauseDetector in org.LatencyUtils
 class SimplePauseDetector
          A Simple PauseDetector that detects pauses using a consensus observation across a configurable number of detection thread.
 

Methods in org.LatencyUtils that return PauseDetector
static PauseDetector LatencyStats.getDefaultPauseDetector()
          Get the current default pause detector which will be used by newly constructed LatencyStats instances when the constructor is not explicitly provided with one.
 PauseDetector LatencyStats.getPauseDetector()
          get the PauseDetector used by this LatencyStats object
 

Methods in org.LatencyUtils with parameters of type PauseDetector
 LatencyStats.Builder LatencyStats.Builder.pauseDetector(PauseDetector pauseDetector)
           
static void LatencyStats.setDefaultPauseDetector(PauseDetector pauseDetector)
          Set the default pause detector for the LatencyStats class.
 

Constructors in org.LatencyUtils with parameters of type PauseDetector
LatencyStats(long lowestTrackableLatency, long highestTrackableLatency, int numberOfSignificantValueDigits, int intervalEstimatorWindowLength, long intervalEstimatorTimeCap, PauseDetector pauseDetector)
           
TimeCappedMovingAverageIntervalEstimator(int requestedWindowLength, long timeCap, PauseDetector pauseDetector)
           
 



Copyright © 2014. All rights reserved.