public abstract class DefaultLmStat extends java.lang.Object implements LossMeasurementStat
LossMeasurementStat.| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultLmStat.DefaultLmStatBuilder
Abstract implementation of LmStatBuilder.
|
LossMeasurementStat.LmStatBuilder| Modifier | Constructor and Description |
|---|---|
protected |
DefaultLmStat(DefaultLmStat.DefaultLmStatBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
MilliPct |
backwardAverageFrameLossRatio()
The average one-way frame loss ratio in the backward direction.
|
MilliPct |
backwardMaxFrameLossRatio()
The maximum one-way frame loss ratio in the backward direction.
|
MilliPct |
backwardMinFrameLossRatio()
The minimum one-way frame loss ratio in the backward direction.
|
java.lang.Long |
backwardReceivedFrames()
The number of frames received in the backward direction by this MEP.
|
java.lang.Long |
backwardTransmittedFrames()
The number of frames transmitted in the backward direction by this MEP.
|
java.time.Duration |
elapsedTime()
The time that the current Measurement Interval has been running.
|
MilliPct |
forwardAverageFrameLossRatio()
The average one-way frame loss ratio in the forward direction calculated by this MEP for this Interval.
|
MilliPct |
forwardMaxFrameLossRatio()
The maximum one-way frame loss ratio in the forward direction calculated by this MEP for this Interval.
|
MilliPct |
forwardMinFrameLossRatio()
The minimum one-way frame loss ratio in the forward direction calculated by this MEP for this Interval.
|
java.lang.Long |
forwardReceivedFrames()
The number of frames received in the forward direction by this MEP.
|
java.lang.Long |
forwardTransmittedFrames()
The number of frames transmitted in the forward direction by this MEP.
|
java.lang.Long |
soamPdusReceived()
The count of the number of SOAM PDUs PDUs received in this Measurement Interval.
|
java.lang.Long |
soamPdusSent()
The count of the number of SOAM PDUs sent during this Measurement Interval.
|
boolean |
suspectStatus()
The suspect flag for the current measurement interval in which the notification was generated.
|
protected DefaultLmStat(DefaultLmStat.DefaultLmStatBuilder builder)
public java.time.Duration elapsedTime()
LossMeasurementStatelapsedTime in interface LossMeasurementStatpublic boolean suspectStatus()
LossMeasurementStatsuspectStatus in interface LossMeasurementStatpublic java.lang.Long forwardTransmittedFrames()
LossMeasurementStatforwardTransmittedFrames in interface LossMeasurementStatpublic java.lang.Long forwardReceivedFrames()
LossMeasurementStatforwardReceivedFrames in interface LossMeasurementStatpublic MilliPct forwardMinFrameLossRatio()
LossMeasurementStatforwardMinFrameLossRatio in interface LossMeasurementStatpublic MilliPct forwardMaxFrameLossRatio()
LossMeasurementStatforwardMaxFrameLossRatio in interface LossMeasurementStatpublic MilliPct forwardAverageFrameLossRatio()
LossMeasurementStatforwardAverageFrameLossRatio in interface LossMeasurementStatpublic java.lang.Long backwardTransmittedFrames()
LossMeasurementStatbackwardTransmittedFrames in interface LossMeasurementStatpublic java.lang.Long backwardReceivedFrames()
LossMeasurementStatbackwardReceivedFrames in interface LossMeasurementStatpublic MilliPct backwardMinFrameLossRatio()
LossMeasurementStatbackwardMinFrameLossRatio in interface LossMeasurementStatpublic MilliPct backwardMaxFrameLossRatio()
LossMeasurementStatbackwardMaxFrameLossRatio in interface LossMeasurementStatpublic MilliPct backwardAverageFrameLossRatio()
LossMeasurementStatbackwardAverageFrameLossRatio in interface LossMeasurementStatpublic java.lang.Long soamPdusSent()
LossMeasurementStatsoamPdusSent in interface LossMeasurementStatpublic java.lang.Long soamPdusReceived()
LossMeasurementStatsoamPdusReceived in interface LossMeasurementStat