private static class MetricSampleQuantiles.SampleItem extends Object
Modifier and Type | Field and Description |
---|---|
private int |
delta
Difference between the item's greatest possible rank and lowest possible
rank.
|
private int |
g
Difference between the lowest possible rank of the previous item, and
the lowest possible rank of this item.
|
private long |
value
Value 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–2020 The Apache Software Foundation. All rights reserved.