@Public @Evolving public class MutableInverseQuantiles extends MutableQuantiles
| Modifier and Type | Field | Description |
|---|---|---|
static Quantile[] |
INVERSE_QUANTILES |
previousSnapshot, QUANTILES| Constructor | Description |
|---|---|
MutableInverseQuantiles(java.lang.String name,
java.lang.String description,
java.lang.String sampleName,
java.lang.String valueName,
int intervalSecs) |
Instantiates a new
MutableInverseQuantiles for a metric that rolls itself
over on the specified time interval. |
| Modifier and Type | Method | Description |
|---|---|---|
Quantile[] |
getQuantiles() |
Returns the array of Inverse Quantiles declared in MutableInverseQuantiles.
|
add, addQuantileInfo, getEstimator, getInterval, setEstimator, setInterval, setNumInfo, setQuantileInfos, snapshot, stopchanged, clearChanged, setChanged, snapshot@VisibleForTesting public static final Quantile[] INVERSE_QUANTILES
public MutableInverseQuantiles(java.lang.String name,
java.lang.String description,
java.lang.String sampleName,
java.lang.String valueName,
int intervalSecs)
MutableInverseQuantiles for a metric that rolls itself
over on the specified time interval.name - of the metricdescription - long-form textual description of the metricsampleName - type of items in the stream (e.g., "Ops")valueName - type of the valuesintervalSecs - rollover interval (in seconds) of the estimatorpublic Quantile[] getQuantiles()
getQuantiles in class MutableQuantilesCopyright © 2008–2025 Apache Software Foundation. All rights reserved.