Package | Description |
---|---|
org.snmp4j.model.snmp.api |
Modifier and Type | Class | Description |
---|---|---|
static class |
TableHelper.StringSnmpProxyColumnFactory |
Modifier and Type | Field | Description |
---|---|---|
protected static SnmpProxyColumnFactory<String> |
TableHelper.columnFactory |
Modifier and Type | Method | Description |
---|---|---|
static <T> List<SnmpProxyColumn<T>> |
TableHelper.buildColumns(com.snmp4j.smi.SmiObjectType child,
Class<T> valueClass,
SnmpProxyColumnFactory<T> columnFactory) |
|
static <T> List<SnmpProxyIndexColumn<T>> |
TableHelper.buildIndexColumns(com.snmp4j.smi.SmiObjectType child,
Class<T> valueClass,
SnmpProxyColumnFactory<T> columnFactory) |
|
static <T> List<SnmpProxyColumn<T>> |
TableHelper.getSnmpProxyColumns(com.snmp4j.smi.SmiObjectType parentObjectType,
Class<T> valueClass,
SnmpProxyColumnFactory<T> columnFactory,
List<com.snmp4j.smi.SmiObjectType> smiObjectTypes) |
Get the proxy columns for the specified SNMP table definition.
|
Copyright © 2020 SNMP4J.org. All rights reserved.