Uses of Interface
org.opennms.netmgt.config.api.collection.ITable
-
Packages that use ITable Package Description org.opennms.netmgt.config.api.collection org.opennms.netmgt.config.internal.collection This file is part of OpenNMS(R). -
-
Uses of ITable in org.opennms.netmgt.config.api.collection
Methods in org.opennms.netmgt.config.api.collection that return ITable Modifier and Type Method Description ITable[]
IDataCollectionGroup. getTables()
ITable[]
ISystemDef. getTables()
-
Uses of ITable in org.opennms.netmgt.config.internal.collection
Classes in org.opennms.netmgt.config.internal.collection that implement ITable Modifier and Type Class Description class
TableImpl
<table name="mib2-host-resources-storage" instance="hrStorageIndex">" <column oid=".1.3.6.1.2.1.25.2.3.1.4" alias="hrStorageAllocUnits" type="gauge" /> <column oid=".1.3.6.1.2.1.25.2.3.1.5" alias="hrStorageSize" type="gauge" /> <column oid=".1.3.6.1.2.1.25.2.3.1.6" alias="hrStorageUse" type="gauge" /> </table>Methods in org.opennms.netmgt.config.internal.collection that return ITable Modifier and Type Method Description ITable[]
DataCollectionGroupImpl. getTables()
ITable[]
SystemDefImpl. getTables()
Methods in org.opennms.netmgt.config.internal.collection with parameters of type ITable Modifier and Type Method Description static TableImpl
TableImpl. asTable(ITable table)
static TableImpl[]
TableImpl. asTables(ITable[] tables)
void
SystemDefImpl. setTables(ITable[] tables)
-