public interface LossMeasurementStat
LossMeasurementStatHistory
 and LossMeasurementStatCurrent| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | LossMeasurementStat.LmStatBuilderBase interface for builders of  LossMeasurementStat. | 
| 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. | 
java.time.Duration elapsedTime()
boolean suspectStatus()
java.lang.Long forwardTransmittedFrames()
java.lang.Long forwardReceivedFrames()
MilliPct forwardMinFrameLossRatio()
MilliPct forwardMaxFrameLossRatio()
MilliPct forwardAverageFrameLossRatio()
java.lang.Long backwardTransmittedFrames()
java.lang.Long backwardReceivedFrames()
MilliPct backwardMinFrameLossRatio()
MilliPct backwardMaxFrameLossRatio()
MilliPct backwardAverageFrameLossRatio()
java.lang.Long soamPdusSent()
java.lang.Long soamPdusReceived()