218219220221222223224
private static double SENTINEL_COMPARE = 0.0001; // arbitrary; as long as it is the same across hosts it doesn't matter AdaptiveLatencyTracker(int size) { this.size = size; latencies = new LinkedBlockingDeque(size); }