Modifier and Type | Method and Description |
---|---|
Counter32 |
StatisticsBuilder.getInDiscards() |
@Nullable Counter32 |
Statistics.getInDiscards()
The number of inbound packets that were chosen to bediscarded even though no
errors had been detected toprevent their being deliverable to a
higher-layerprotocol.
|
Counter32 |
StatisticsBuilder.getInErrors() |
@Nullable Counter32 |
Statistics.getInErrors()
For packet-oriented interfaces, the number of inboundpackets that contained
errors preventing them from beingdeliverable to a higher-layer protocol.
|
Counter32 |
StatisticsBuilder.getInUnknownProtos() |
@Nullable Counter32 |
Statistics.getInUnknownProtos()
For packet-oriented interfaces, the number of packetsreceived via the interface
that were discarded becauseof an unknown or unsupported protocol.
|
Counter32 |
StatisticsBuilder.getOutDiscards() |
@Nullable Counter32 |
Statistics.getOutDiscards()
The number of outbound packets that were chosen to bediscarded even though no
errors had been detected toprevent their being transmitted.
|
Counter32 |
StatisticsBuilder.getOutErrors() |
@Nullable Counter32 |
Statistics.getOutErrors()
For packet-oriented interfaces, the number of outboundpackets that could not be
transmitted because of errors.For character-oriented or fixed-length interfaces,
thenumber of outbound transmission units that could not betransmitted because of
errors.Discontinuities in the value of this counter can occurat
re-initialization of the management system, and atother times as indicated by
the value of'discontinuity-time'.
|
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.setInDiscards(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setInErrors(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setInUnknownProtos(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setOutDiscards(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setOutErrors(Counter32 value) |
Modifier and Type | Method and Description |
---|---|
Counter32 |
StatisticsBuilder.getInDiscards() |
@Nullable Counter32 |
Statistics.getInDiscards()
The number of inbound packets that were chosen to bediscarded even though no
errors had been detected toprevent their being deliverable to a
higher-layerprotocol.
|
Counter32 |
StatisticsBuilder.getInErrors() |
@Nullable Counter32 |
Statistics.getInErrors()
For packet-oriented interfaces, the number of inboundpackets that contained
errors preventing them from beingdeliverable to a higher-layer protocol.
|
Counter32 |
StatisticsBuilder.getInUnknownProtos() |
@Nullable Counter32 |
Statistics.getInUnknownProtos()
For packet-oriented interfaces, the number of packetsreceived via the interface
that were discarded becauseof an unknown or unsupported protocol.
|
Counter32 |
StatisticsBuilder.getOutDiscards() |
@Nullable Counter32 |
Statistics.getOutDiscards()
The number of outbound packets that were chosen to bediscarded even though no
errors had been detected toprevent their being transmitted.
|
Counter32 |
StatisticsBuilder.getOutErrors() |
@Nullable Counter32 |
Statistics.getOutErrors()
For packet-oriented interfaces, the number of outboundpackets that could not be
transmitted because of errors.For character-oriented or fixed-length interfaces,
thenumber of outbound transmission units that could not betransmitted because of
errors.Discontinuities in the value of this counter can occurat
re-initialization of the management system and atother times as indicated by the
value of'discontinuity-time'.
|
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.setInDiscards(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setInErrors(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setInUnknownProtos(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setOutDiscards(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setOutErrors(Counter32 value) |
Modifier and Type | Method and Description |
---|---|
Counter32 |
StatisticsBuilder.getInDiscards() |
@Nullable Counter32 |
Statistics.getInDiscards()
Deprecated.
|
Counter32 |
StatisticsBuilder.getInErrors() |
@Nullable Counter32 |
Statistics.getInErrors()
Deprecated.
|
Counter32 |
StatisticsBuilder.getInUnknownProtos() |
@Nullable Counter32 |
Statistics.getInUnknownProtos()
Deprecated.
|
Counter32 |
StatisticsBuilder.getOutDiscards() |
@Nullable Counter32 |
Statistics.getOutDiscards()
Deprecated.
|
Counter32 |
StatisticsBuilder.getOutErrors() |
@Nullable Counter32 |
Statistics.getOutErrors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.setInDiscards(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setInErrors(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setInUnknownProtos(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setOutDiscards(Counter32 value) |
StatisticsBuilder |
StatisticsBuilder.setOutErrors(Counter32 value) |
Modifier and Type | Class and Description |
---|---|
class |
ZeroBasedCounter32 |
Modifier and Type | Method and Description |
---|---|
static Counter32 |
Counter32.getDefaultInstance(String defaultValue) |
Constructor and Description |
---|
Counter32(Counter32 source)
Creates a copy from Source Object.
|
ZeroBasedCounter32(Counter32 source)
Creates a new instance from Counter32
|
Copyright © 2019 OpenDaylight. All rights reserved.