| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
RANLogicalElement |
RANDataStore.addGBTSCell(int dataSourceId,
java.lang.String cellId,
java.util.Map<java.lang.String,java.lang.Object> cellData) |
RANLogicalElement |
RANDataStore.addGSMCell(int dataSourceId,
java.lang.String cellId,
java.lang.String technologyType,
java.util.Map<java.lang.String,java.lang.Object> cellData)
Add a GSM cell to the data store.
|
RANLogicalElement |
RANDataStore.addUtranCell(int dataSourceId,
java.lang.String cellId,
java.util.Map<java.lang.String,java.lang.Object> cellData)
Add a UTRAN cell to the data store.
|