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()
LossMeasurementStat
elapsedTime
in interface LossMeasurementStat
public boolean suspectStatus()
LossMeasurementStat
suspectStatus
in interface LossMeasurementStat
public java.lang.Long forwardTransmittedFrames()
LossMeasurementStat
forwardTransmittedFrames
in interface LossMeasurementStat
public java.lang.Long forwardReceivedFrames()
LossMeasurementStat
forwardReceivedFrames
in interface LossMeasurementStat
public MilliPct forwardMinFrameLossRatio()
LossMeasurementStat
forwardMinFrameLossRatio
in interface LossMeasurementStat
public MilliPct forwardMaxFrameLossRatio()
LossMeasurementStat
forwardMaxFrameLossRatio
in interface LossMeasurementStat
public MilliPct forwardAverageFrameLossRatio()
LossMeasurementStat
forwardAverageFrameLossRatio
in interface LossMeasurementStat
public java.lang.Long backwardTransmittedFrames()
LossMeasurementStat
backwardTransmittedFrames
in interface LossMeasurementStat
public java.lang.Long backwardReceivedFrames()
LossMeasurementStat
backwardReceivedFrames
in interface LossMeasurementStat
public MilliPct backwardMinFrameLossRatio()
LossMeasurementStat
backwardMinFrameLossRatio
in interface LossMeasurementStat
public MilliPct backwardMaxFrameLossRatio()
LossMeasurementStat
backwardMaxFrameLossRatio
in interface LossMeasurementStat
public MilliPct backwardAverageFrameLossRatio()
LossMeasurementStat
backwardAverageFrameLossRatio
in interface LossMeasurementStat
public java.lang.Long soamPdusSent()
LossMeasurementStat
soamPdusSent
in interface LossMeasurementStat
public java.lang.Long soamPdusReceived()
LossMeasurementStat
soamPdusReceived
in interface LossMeasurementStat