Uses of Enum Class
org.snmp4j.util.TableUtils.SparseTableMode
Packages that use TableUtils.SparseTableMode
Package
Description
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of TableUtils.SparseTableMode in org.snmp4j.util
Subclasses with type arguments of type TableUtils.SparseTableMode in org.snmp4j.utilMethods in org.snmp4j.util that return TableUtils.SparseTableModeModifier and TypeMethodDescriptionTableUtils.TableRequest.getSparseTableMode()static TableUtils.SparseTableModeReturns the enum constant of this class with the specified name.static TableUtils.SparseTableMode[]TableUtils.SparseTableMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snmp4j.util with parameters of type TableUtils.SparseTableModeModifier and TypeMethodDescriptionprotected TableUtils.TableRequestTableUtils.createTableRequest(Target<?> target, OID[] columnOIDs, TableListener listener, Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode) voidTableUtils.getTable(Target<?> target, OID[] columnOIDs, TableListener listener, Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode) Gets SNMP tabular data from one or more tables.Constructors in org.snmp4j.util with parameters of type TableUtils.SparseTableModeModifierConstructorDescriptionTableRequest(Target<?> target, OID[] columnOIDs, TableListener listener, Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode)