public class BaseWeightedStats extends Object implements WeightedStats
WeightedStats interface| Modifier | Constructor and Description |
|---|---|
protected |
BaseWeightedStats() |
| Modifier and Type | Method and Description |
|---|---|
double |
higherQuantileLatency() |
double |
lowerQuantileLatency() |
int |
pending() |
double |
predictedLatency() |
String |
toString() |
double |
weightedAvailability() |
public double lowerQuantileLatency()
lowerQuantileLatency in interface WeightedStatspublic double higherQuantileLatency()
higherQuantileLatency in interface WeightedStatspublic int pending()
pending in interface WeightedStatspublic double weightedAvailability()
weightedAvailability in interface WeightedStatspublic double predictedLatency()
predictedLatency in interface WeightedStats