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,
SimNode ownNode) |
BoundaryRateMeter(double quantile,
double shortTermPeriod,
SimNode ownNode) |
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, SimNode ownNode)
public BoundaryRateMeter(double quantile, double shortTermPeriod, boolean measurePortsIndividually, SimNode ownNode)
protected void updateStatistic(double value, double weight)
updateStatistic
in class ShortTermRateMeter