public class QoSSentinel extends Object
| Constructor and Description |
|---|
QoSSentinel(String name)
Creates a new sentinel with the given
name.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getLowestPercentileMinValue()
Returns the minimal lowest percentile value
of this sentinel.
|
double |
getLowestPercentileValue()
Returns the lowest measured percentile value
of this sentinel.
|
String |
getName()
Returns the name of this sentinel.
|
Integer |
getPercentile()
Returns a percentile which is used
to override the global setting for
this specific metric.
|
void |
setLowestPercentileMinValue(Double lowestPercentileMinValue)
Sets the minimal lowest percentile value
of this sentinel.
|
void |
setLowestPercentileValue(double lowestPercentileValue)
Sets the lowest measured percentile value
of this sentinel.
|
void |
setPercentile(int percentile)
Sets the percentile to override the global setting.
|
public QoSSentinel(String name)
name - the name of this sentinel (metric).public Integer getPercentile()
public void setPercentile(int percentile)
percentile - public String getName()
public double getLowestPercentileValue()
public void setLowestPercentileValue(double lowestPercentileValue)
lowestPercentileValue - lowest measured percentile valuepublic Double getLowestPercentileMinValue()
public void setLowestPercentileMinValue(Double lowestPercentileMinValue)
lowestPercentileMinValue - minimal lowest percentile valueCopyright © 2016–2020. All rights reserved.