public class DefaultControlLoad extends Object implements org.onosproject.cpman.ControlLoad
| Constructor and Description |
|---|
DefaultControlLoad(org.onosproject.cpman.MetricsDatabase mdb,
org.onosproject.cpman.ControlMetricType type)
Constructs a control load using the given metrics database and
control metric type.
|
public DefaultControlLoad(org.onosproject.cpman.MetricsDatabase mdb,
org.onosproject.cpman.ControlMetricType type)
mdb - metrics databasetype - control metric typepublic long average(int duration,
TimeUnit unit)
average in interface org.onosproject.cpman.ControlLoadpublic long average()
average in interface org.onosproject.cpman.ControlLoadpublic long rate()
rate in interface org.onosproject.net.statistic.Loadpublic long latest()
latest in interface org.onosproject.net.statistic.Loadpublic boolean isValid()
isValid in interface org.onosproject.net.statistic.Loadpublic long time()
time in interface org.onosproject.net.statistic.Loadpublic long[] recent(int duration,
TimeUnit unit)
recent in interface org.onosproject.cpman.ControlLoadpublic long[] all()
all in interface org.onosproject.cpman.ControlLoadCopyright © 2016. All rights reserved.