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. |
Modifier and Type | Field and Description |
---|---|
protected static CollectorDataStore |
Collector.dataStore
The data store used to store all the data collected
|
Modifier and Type | Class and Description |
---|---|
class |
DataStore
An in memory data store implementation for the ITNM java collector framework.
|
class |
LTEDataStore
In memory data store implementation for holding LTE specific data for the ITNM java collector framework.
|
class |
RANDataStore
In memory data store implementation for holding RAN specific data for the ITNM java collector framework.
|