public class LinkStatisticsSnapshotImpl extends java.lang.Object implements LinkStatistics, FormatUnmarshaller<LinkStatistics>
| Modifier and Type | Field and Description |
|---|---|
static LinkStatisticsSnapshotImpl |
UNMARSHALL |
| Constructor and Description |
|---|
LinkStatisticsSnapshotImpl() |
| 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 |
marshall(FormatWriter mFormat) |
void |
recordEntry(int inMsgSize) |
LinkStatistics |
unmarshall(FormatReader mFormat) |
public static final LinkStatisticsSnapshotImpl UNMARSHALL
public void recordEntry(int inMsgSize)
recordEntry in interface LinkStatisticspublic void marshall(FormatWriter mFormat) throws FormatException
marshall in interface FormatMarshallermFormat - - The format writer to write toFormatException - If there was a problem while writingpublic LinkStatistics unmarshall(FormatReader mFormat) throws FormatException
unmarshall in interface FormatUnmarshaller<LinkStatistics>mFormat - - The format reader to read fromFormatException - If there was a problem while readingpublic LinkStatistics getParent()
getParent in interface LinkStatisticspublic long getCapacity()
getCapacity in interface LinkStatisticspublic long getThroughput()
getThroughput in interface LinkStatisticspublic int getLatency()
getLatency in interface LinkStatisticspublic int getJitter()
getJitter in interface LinkStatisticspublic float getRateAverage()
getRateAverage in interface LinkStatisticspublic float getRateStdDev()
getRateStdDev in interface LinkStatisticspublic int getSizeAverage()
getSizeAverage in interface LinkStatisticspublic int getSizeStdDev()
getSizeStdDev in interface LinkStatisticspublic int getSizeMedian()
getSizeMedian in interface LinkStatisticspublic int getSizeMode()
getSizeMode in interface LinkStatistics