| 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.alcatel5620sam |
| Modifier and Type | Class and Description |
|---|---|
class |
N5gAFFunction
Class representing an AF Function of an AF chassis
To be used in conjunction with
5GDataStore and AF |
class |
N5gAMFFunction
Class representing an AMF Function of an AMF chassis
To be used in conjunction with
5GDataStore and AMF |
class |
N5gAUSFFunction
Class representing an AUSF Function of an AUSF chassis
To be used in conjunction with
5GDataStore and AUSF |
class |
N5gGNBCUCPFunction
Represents GNBCUCP Function of the GNodeB device
|
class |
N5gGNBCUUPFunction
Represents GNBCUUP Function of the GNodeB device
|
class |
N5gGNBDUFunction |
class |
N5gGNBFunction
Class representing an GNodeB Function of an GNodeB chassis
To be used in conjunction with
5GDataStore and GNodeB |
class |
N5gNEFFunction
Class representing an NEF Function of an NEF chassis
To be used in conjunction with
5GDataStore and NEF |
class |
N5gNRFFunction
Class representing an NRF Function of an NRF chassis
To be used in conjunction with
5GDataStore and NRF |
class |
N5gNSSFFunction
Class representing an NSSF Function of an NSSF chassis
To be used in conjunction with
5GDataStore and NSSF |
class |
N5gPCFFunction
Class representing an PCF Function of an PCF chassis
To be used in conjunction with
5GDataStore and PCF |
class |
N5gSMFFunction
Class representing an SMF Function of an SMF chassis
To be used in conjunction with
5GDataStore and SMF |
class |
N5gUDMFunction
Class representing an UDM Function of an UDM chassis
To be used in conjunction with
5GDataStore and UDM |
class |
N5gUPFFunction
Class representing an UPF Function of an UPF chassis
To be used in conjunction with
5GDataStore and UPF |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<N5gFunction> |
N5gNetworkDevice.functionVec |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<N5gFunction> |
N5gNetworkDevice.getFunctionVecItr()
Returns an iterator to the function list
|
| Modifier and Type | Method and Description |
|---|---|
void |
N5gDataStore.add5gConnection(N5gFunction parent,
N5gFunction.eConnectionType type,
java.lang.String nbrName,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds a connection to an 5G function
|
void |
N5gDataStore.add5GInterface(N5gFunction parent,
java.lang.String ipAddress,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds an Interface to an 5G function
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Alcatel5620SamCollectorProcessor.checkInterfaceExists(N5gFunction function,
java.lang.String interfacType,
java.lang.String ipAddress) |
void |
Alcatel5620SamCollectorProcessor.processPeerConnectivity(java.lang.String ftpUrl,
N5gFunction n5gFunction,
java.lang.String deviceSiteId) |
void |
Alcatel5620SamCollectorProcessor.processSpecific5GConnectivity(N5gFunction n5gFunction,
java.util.Map<java.lang.String,java.lang.String> fields,
java.lang.String strSiteIdOnB,
java.lang.String strRemoteNbrIpAddr)
This method processes specific LTE connectivity depending on type of LTE
function and add the LTE connectivity data to dataStore
|