public class BoundaryRateMeter extends ShortTermRateMeter
JainBoundaryStatistic
.Modifier and Type | Field and Description |
---|---|
protected JainBoundaryStatistic |
boundaryStatistic |
aggregatedValues, mapOfAggregatedValues, measurePortsIndividually, shortTermPeriod, startOfLastInterval
Constructor and Description |
---|
BoundaryRateMeter(double quantile,
double shortTermPeriod,
boolean measurePortsIndividually,
java.lang.String name,
SimNode parentNode) |
BoundaryRateMeter(double quantile,
double shortTermPeriod,
java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
updateStatistic(double value,
double weight) |
attachInput, evaluateMessage, updateStatistic
attachInput, monitorGetMessage, monitorIsMessageAvailable, monitorMessageIndication
protected final JainBoundaryStatistic boundaryStatistic
public BoundaryRateMeter(double quantile, double shortTermPeriod, java.lang.String name, SimNode parentNode)
public BoundaryRateMeter(double quantile, double shortTermPeriod, boolean measurePortsIndividually, java.lang.String name, SimNode parentNode)
protected void updateStatistic(double value, double weight)
updateStatistic
in class ShortTermRateMeter