Uses of Enum
org.snmp4j.SNMP4JSettings.Snmp4jStatistics
Packages that use SNMP4JSettings.Snmp4jStatistics
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
-
Uses of SNMP4JSettings.Snmp4jStatistics in org.snmp4j
Methods in org.snmp4j that return SNMP4JSettings.Snmp4jStatisticsModifier and TypeMethodDescriptionSNMP4JSettings.getSnmp4jStatistics()
Get the SNMP4J statistics level.Returns the enum constant of this type with the specified name.static SNMP4JSettings.Snmp4jStatistics[]
SNMP4JSettings.Snmp4jStatistics.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snmp4j with parameters of type SNMP4JSettings.Snmp4jStatisticsModifier and TypeMethodDescriptionstatic void
SNMP4JSettings.setSnmp4jStatistics
(SNMP4JSettings.Snmp4jStatistics snmp4jStatistics) Sets the SNMP4J statistics level.