| 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 | |
| com.ibm.tivoli.nm.collectors.impl.huaweim2k.processor.gnb |
| Modifier and Type | Method and Description |
|---|---|
N5gGNodeB |
N5gDataStore.addGNodeB(int dataSourceId,
java.lang.String deviceId,
java.lang.String parentChassisId,
java.lang.String parentChassisDn)
Add a gNodeB to store
|
| Modifier and Type | Method and Description |
|---|---|
N5gGNodeB |
HuaweiM2KDataStore.addGNodeB(GNodeB gnb)
Adds an N5GNodeB instance to the DataStore
|
| Modifier and Type | Method and Description |
|---|---|
void |
HuaweiM2KDataStore.addAssociatedAddress(N5gGNodeB n5gGnodeB,
StandardInterface stdIntf)
Adds an associated address to the N5GNodeB instance
|
N5gGNBFunction |
HuaweiM2KDataStore.addGNodeBFunction(N5gGNodeB n5gGnodeB,
GNodeBFunction gnbFunction)
Adds an LTEENBFunction instance to the DataStore
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GNBProcessor.addInterfaces(HuaweiM2KDataStore dataStore,
java.util.List<StandardInterface> stdIntfLst,
java.util.List<VLAN> vlanLst,
java.util.List<LTEInterface> lteIntfLst,
java.lang.String strDeviceId,
N5gGNodeB n5gGEnodeB,
N5gGNBFunction n5gGNBFunction,
java.lang.String strFile)
Adds Interface data to the DataStore
|