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

L

LatencyStats - Class in org.LatencyUtils
LatencyStats objects are used to track and report on the behavior of latencies across measurements.
LatencyStats() - Constructor for class org.LatencyUtils.LatencyStats
Create a LatencyStats object with default settings.
use the default pause detector (supplied separately set using LatencyStats.setDefaultPauseDetector(org.LatencyUtils.PauseDetector), which will itself default to a SimplePauseDetector if not explicitly supplied) use a default histogram update interval (1 sec) use a default histogram range and accuracy (1 usec to 1hr, 2 decimal points of accuracy) and use a default moving window estimator (1024 entry moving window, time capped at 10 seconds)
LatencyStats(long, long, int, int, long, PauseDetector) - Constructor for class org.LatencyUtils.LatencyStats
 
LatencyStats.Builder - Class in org.LatencyUtils
A fluent API builder class for creating LatencyStats objects.
LatencyStats.Builder() - Constructor for class org.LatencyUtils.LatencyStats.Builder
 
lowestTrackableLatency(long) - Method in class org.LatencyUtils.LatencyStats.Builder
 

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