public interface MepLbEntry
Modifier and Type | Interface and Description |
---|---|
static interface |
MepLbEntry.MepLbEntryBuilder
Builder for
MepLbEntry . |
Modifier and Type | Method and Description |
---|---|
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.
|
long nextLbmIdentifier()
long countLbrTransmitted()
long countLbrReceived()
long countLbrValidInOrder()
long countLbrValidOutOfOrder()
long countLbrMacMisMatch()