| 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.impl.huaweim2k |
| Modifier and Type | Method and Description |
|---|---|
LTEeUtranCell |
LTEDataStore.addEUtranCell(LTEENBFunction parent,
java.lang.String cellId,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds a eUtranCell to an ENBFunction
|
LTEeUtranCell |
LTEENBFunction.addEUtranCell(java.lang.String cellId,
java.util.Map<java.lang.String,java.lang.Object> data)
Add a connected eUtranCell to the list
|
| Modifier and Type | Method and Description |
|---|---|
LTEeUtranCell |
HuaweiM2KDataStore.addEUtranCell(LTEENBFunction eNBFunction,
UTRANCell utrCell)
Adds an LTEeUtranCell instance to the DataStore
|