| 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 |
|---|---|
static N5gLogicalElement.eLogicalType |
N5gLogicalElement.eLogicalType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static N5gLogicalElement.eLogicalType[] |
N5gLogicalElement.eLogicalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
N5gLogicalElement |
N5gDataStore.addNRCell(N5gLogicalElement.eLogicalType type,
N5gGNBFunction parent,
java.lang.String cellId,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds a eUtranCell to an ENBFunction
|
N5gLogicalElement |
N5gGNBFunction.addNRCell(N5gLogicalElement.eLogicalType type,
java.lang.String cellId,
java.util.Map<java.lang.String,java.lang.Object> data)
Add a connected NRCellCU/NRCellDU to the list
|
| Constructor and Description |
|---|
N5gLogicalElement(N5gLogicalElement.eLogicalType type,
java.util.Map<java.lang.String,java.lang.Object> data) |
| Modifier and Type | Method and Description |
|---|---|
N5gLogicalElement |
HuaweiM2KDataStore.addNRCell(N5gLogicalElement.eLogicalType nrCellDu,
N5gGNBFunction n5gGnbFunction,
java.lang.String Cellid,
java.util.Map<java.lang.String,java.lang.Object> nrDUCellProps) |