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()
MepLbEntry
nextLbmIdentifier
in interface MepLbEntry
public long countLbrTransmitted()
MepLbEntry
countLbrTransmitted
in interface MepLbEntry
public long countLbrReceived()
MepLbEntry
countLbrReceived
in interface MepLbEntry
public long countLbrValidInOrder()
MepLbEntry
countLbrValidInOrder
in interface MepLbEntry
public long countLbrValidOutOfOrder()
MepLbEntry
countLbrValidOutOfOrder
in interface MepLbEntry
public long countLbrMacMisMatch()
MepLbEntry
countLbrMacMisMatch
in interface MepLbEntry
public static final MepLbEntry.MepLbEntryBuilder builder()