- java.lang.Object
-
- swim.system.Metric
-
- swim.system.profile.WarpDownlinkProfile
-
public final class WarpDownlinkProfile extends Metric
-
-
Field Summary
-
Fields inherited from class swim.system.Metric
REPORT_INTERVAL
-
-
Constructor Summary
Constructors Constructor Description WarpDownlinkProfile(DownlinkAddress cellAddress, long execDelta, long execRate, long execTime, int openDelta, int openCount, int closeDelta, int closeCount, 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 DownlinkAddress
cellAddress()
int
closeCount()
int
closeDelta()
long
commandCount()
int
commandDelta()
int
commandRate()
long
eventCount()
int
eventDelta()
int
eventRate()
long
execDelta()
long
execRate()
long
execTime()
int
openCount()
int
openDelta()
-
-
-
Constructor Detail
-
WarpDownlinkProfile
public WarpDownlinkProfile(DownlinkAddress cellAddress, long execDelta, long execRate, long execTime, int openDelta, int openCount, int closeDelta, int closeCount, int eventDelta, int eventRate, long eventCount, int commandDelta, int commandRate, long commandCount)
-
-
Method Detail
-
cellAddress
public DownlinkAddress cellAddress()
- Specified by:
cellAddress
in classMetric
-
execDelta
public long execDelta()
-
execRate
public long execRate()
-
execTime
public long execTime()
-
openDelta
public int openDelta()
-
openCount
public int openCount()
-
closeDelta
public int closeDelta()
-
closeCount
public int closeCount()
-
eventDelta
public int eventDelta()
-
eventRate
public int eventRate()
-
eventCount
public long eventCount()
-
commandDelta
public int commandDelta()
-
commandRate
public int commandRate()
-
commandCount
public long commandCount()
-
-