| Package | Description |
|---|---|
| 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.alcatel5620sam.jms | |
| com.ibm.tivoli.nm.collectors.impl.alcatelnr8 |
| Modifier and Type | Class and Description |
|---|---|
class |
LTEDataStore
In memory data store implementation for holding LTE specific data for the ITNM java collector framework.
|
class |
N5gDataStore
In memory data store implementation for holding 5G 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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CollectorValidationUtils.validateCollectorData(DataStore dataStore)
Validate that basic collector data is present and valid
|
| Modifier and Type | Method and Description |
|---|---|
void |
Alcatel5620SamJmsDiscovery.setDataStore(DataStore dataStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlcatelNR8PLIooIsnCollector.loadEmsDeviceList(DataStore store,
int dataSourceId)
Updates the store to hold sufficient data to respond to the GetDeviceList
and GetDeviceInfo Precision Collector Interface calls.
|
void |
AlcatelNR8PLIooIsnCollector.loadLayer1ConnectionData(DataStore store,
int dataSourceId)
Retrieve Layer 1 connection data from the EMS and add it to the supplied store.
|
void |
AlcatelNR8PLIooIsnCollector.parseDeviceList(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> responses,
DataStore store,
int dataSourceId)
Parses the loaded data into the supplied Collector.Store object.
|
void |
AlcatelNR8PLIooIsnCollector.ParsePhysicalEntityList(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> response,
DataStore dataStore,
int dataSourceId)
Parses the loaded data into the supplied Collector.Store object.
|