| Modifier and Type | Class and Description |
|---|---|
class |
SimplePauseDetector
A Simple PauseDetector that detects pauses using a consensus observation across a configurable number of
detection thread.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
LatencyStats.Builder |
LatencyStats.Builder.pauseDetector(PauseDetector pauseDetector) |
static void |
LatencyStats.setDefaultPauseDetector(PauseDetector pauseDetector)
Set the default pause detector for the LatencyStats class.
|
| Constructor and Description |
|---|
LatencyStats(long lowestTrackableLatency,
long highestTrackableLatency,
int numberOfSignificantValueDigits,
int intervalEstimatorWindowLength,
long intervalEstimatorTimeCap,
PauseDetector pauseDetector) |
TimeCappedMovingAverageIntervalEstimator(int requestedWindowLength,
long timeCap,
PauseDetector pauseDetector) |
Copyright © 2015. All rights reserved.