@InterfaceAudience.Private public class AgeSnapshot extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private FastLongHistogram | ageHistogram | 
| private long[] | quantiles | 
| Constructor and Description | 
|---|
| AgeSnapshot(FastLongHistogram ageHistogram) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | get75thPercentile() | 
| double | get95thPercentile() | 
| double | get98thPercentile() | 
| double | get999thPercentile() | 
| double | get99thPercentile() | 
| double | getMax() | 
| double | getMean() | 
| double | getMin() | 
private final transient FastLongHistogram ageHistogram
private final transient long[] quantiles
AgeSnapshot(FastLongHistogram ageHistogram)
public double get75thPercentile()
public double get95thPercentile()
public double get98thPercentile()
public double get99thPercentile()
public double get999thPercentile()
public double getMean()
public double getMax()
public double getMin()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.