public interface LinkStatistics extends FormatMarshaller
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacity() |
int |
getJitter() |
int |
getLatency() |
LinkStatistics |
getParent() |
float |
getRateAverage() |
float |
getRateStdDev() |
int |
getSizeAverage() |
int |
getSizeMedian() |
int |
getSizeMode() |
int |
getSizeStdDev() |
long |
getThroughput() |
void |
recordEntry(int inMsgSize) |
marshallvoid recordEntry(int inMsgSize)
LinkStatistics getParent()
long getCapacity()
long getThroughput()
int getLatency()
int getJitter()
float getRateAverage()
float getRateStdDev()
int getSizeAverage()
int getSizeStdDev()
int getSizeMedian()
int getSizeMode()