Interface InterconnectDiagnostics.PacketCountsOrBuilder (0.11.0)

public static interface InterconnectDiagnostics.PacketCountsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInboundDiscards()

public abstract long getInboundDiscards()

The number of inbound packets that were chosen to be discarded even though no errors had been detected to prevent their being deliverable.

int64 inbound_discards = 3;

Returns
Type Description
long

The inboundDiscards.

getInboundErrors()

public abstract long getInboundErrors()

The number of inbound packets that contained errors.

int64 inbound_errors = 2;

Returns
Type Description
long

The inboundErrors.

getInboundUnicast()

public abstract long getInboundUnicast()

The number of packets that are delivered.

int64 inbound_unicast = 1;

Returns
Type Description
long

The inboundUnicast.

getOutboundDiscards()

public abstract long getOutboundDiscards()

The number of outbound packets that were chosen to be discarded even though no errors had been detected to prevent their being transmitted.

int64 outbound_discards = 6;

Returns
Type Description
long

The outboundDiscards.

getOutboundErrors()

public abstract long getOutboundErrors()

The number of outbound packets that could not be transmitted because of errors.

int64 outbound_errors = 5;

Returns
Type Description
long

The outboundErrors.

getOutboundUnicast()

public abstract long getOutboundUnicast()

The total number of packets that are requested be transmitted.

int64 outbound_unicast = 4;

Returns
Type Description
long

The outboundUnicast.