private static class MetricSampleQuantiles.SampleItem extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private int | deltaDifference between the item's greatest possible rank and lowest possible
 rank. | 
| private int | gDifference between the lowest possible rank of the previous item, and 
 the lowest possible rank of this item. | 
| private long | valueValue of the sampled item (e.g. | 
| Constructor and Description | 
|---|
| SampleItem(long value,
          int lowerDelta,
          int delta) | 
private final long value
private int g
private final int delta
public SampleItem(long value, int lowerDelta, int delta)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.