- java.lang.Object
-
- swim.system.Metric
-
- swim.system.profile.WarpUplinkProfile
-
public final class WarpUplinkProfile extends Metric
-
-
Field Summary
-
Fields inherited from class swim.system.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 UplinkAddress
cellAddress()
long
commandCount()
int
commandDelta()
int
commandRate()
long
eventCount()
int
eventDelta()
int
eventRate()
-
-
-
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:
cellAddress
in 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()
-
-