Uses of Class
org.snmp4j.util.TableUtils.SparseTableMode
-
Packages that use TableUtils.SparseTableMode Package Description org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of TableUtils.SparseTableMode in org.snmp4j.util
Methods in org.snmp4j.util that return TableUtils.SparseTableMode Modifier and Type Method Description TableUtils.SparseTableMode
TableUtils.TableRequest. getSparseTableMode()
static TableUtils.SparseTableMode
TableUtils.SparseTableMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TableUtils.SparseTableMode[]
TableUtils.SparseTableMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snmp4j.util with parameters of type TableUtils.SparseTableMode Modifier and Type Method Description protected TableUtils.TableRequest
TableUtils. createTableRequest(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode)
void
TableUtils. getTable(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.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.SparseTableMode Constructor Description TableRequest(Target<?> target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex, TableUtils.SparseTableMode sparseTableMode)
-