| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.framework.collector |
Contains all of the base classes for creating and defining an ITNM Java™ collector.
|
| com.ibm.tivoli.nm.collectors.framework.store |
Provides implementations for the
CollectorDataStore
interface for storing network data collected by a given collector. |
| com.ibm.tivoli.nm.collectors.framework.utils |
Contains utility methods for performing common functions within the Java™ collector framework.
|
| com.ibm.tivoli.nm.collectors.impl.calixrest | |
| com.ibm.tivoli.nm.collectors.impl.nokiaaltiplanorest | |
| com.ibm.tivoli.nm.collectors.impl.nokiansprest |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectorDataStore.addDataSource(DataSource ds)
Add a new source of collector data from a given DataSource object
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.Integer,DataSource> |
DataStore.dataSources
A store of all
DataSources hashed by an integer data source ID. |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataStore.getDataSource(int sourceId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,DataSource> |
DataStore.getDataSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataStore.addDataSource(DataSource ds)
Add a new source of collector data.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CollectorValidationUtils.validateDataSourceData(DataSource dataSource)
Validate the basic data source data is correct
|
static boolean |
CollectorValidationUtils.validateDevices(DataSource dataSource)
Validate basic device data for all devices for a given data source
|
| Constructor and Description |
|---|
CalixRestDataStoreHandler(DataSource ds,
CollectorDataStore dataStore)
Constructor
|
| Constructor and Description |
|---|
NokiaAltiplanoRestCollectorProcessor(NokiaAltiplanoRestCollectorProperties collectorProperties,
CollectorDataStore dataStore,
int datasourceId,
DataSource dataSource) |
| Constructor and Description |
|---|
NokiaNSPRestDataStoreHandler(DataSource ds,
CollectorDataStore dataStore) |
NokiaNSPRestProcessor(java.util.Properties propsFile,
DataSource ds,
CollectorDataStore dataStore) |