public final class DefaultMepLbEntry extends java.lang.Object implements MepLbEntry
MepLbEntry.MepLbEntry.MepLbEntryBuilder| Modifier and Type | Method and Description |
|---|---|
static MepLbEntry.MepLbEntryBuilder |
builder() |
long |
countLbrMacMisMatch()
Get the total number of LBRs received whose mac_service_data_unit did not match LBM.
|
long |
countLbrReceived()
Get the total number of LBRs received by this Mep.
|
long |
countLbrTransmitted()
Get the total number of LBRs transmitted by this Mep.
|
long |
countLbrValidInOrder()
Get the total number of valid, in-order LBRs received.
|
long |
countLbrValidOutOfOrder()
Get the total number of valid, out-of-order LBRs received.
|
long |
nextLbmIdentifier()
Get the next Loopback Transaction Identifier to be sent in an LBM.
|
public long nextLbmIdentifier()
MepLbEntrynextLbmIdentifier in interface MepLbEntrypublic long countLbrTransmitted()
MepLbEntrycountLbrTransmitted in interface MepLbEntrypublic long countLbrReceived()
MepLbEntrycountLbrReceived in interface MepLbEntrypublic long countLbrValidInOrder()
MepLbEntrycountLbrValidInOrder in interface MepLbEntrypublic long countLbrValidOutOfOrder()
MepLbEntrycountLbrValidOutOfOrder in interface MepLbEntrypublic long countLbrMacMisMatch()
MepLbEntrycountLbrMacMisMatch in interface MepLbEntrypublic static final MepLbEntry.MepLbEntryBuilder builder()