- java.lang.Object
-
- swim.runtime.Metric
-
- swim.runtime.profile.WarpUplinkProfile
-
public final class WarpUplinkProfile extends Metric
-
-
Field Summary
-
Fields inherited from class swim.runtime.Metric
REPORT_INTERVAL
-
-
Constructor Summary
Constructors Constructor Description WarpUplinkProfile(UplinkAddress cellAddress, int eventDelta, int eventRate, long eventCount, int commandDelta, int commandRate, long commandCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UplinkAddresscellAddress()longcommandCount()intcommandDelta()intcommandRate()longeventCount()inteventDelta()inteventRate()
-
-
-
Constructor Detail
-
WarpUplinkProfile
public WarpUplinkProfile(UplinkAddress cellAddress, int eventDelta, int eventRate, long eventCount, int commandDelta, int commandRate, long commandCount)
-
-
Method Detail
-
cellAddress
public UplinkAddress cellAddress()
- Specified by:
cellAddressin classMetric
-
eventDelta
public int eventDelta()
-
eventRate
public int eventRate()
-
eventCount
public long eventCount()
-
commandDelta
public int commandDelta()
-
commandRate
public int commandRate()
-
commandCount
public long commandCount()
-
-