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