| 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 |
LTEAntennaFunction
Class representing an LTE Antenna function
collector framework.
|
class |
LTEEIRFunction
Class representing an EIRFunction
To be used in conjunction with
LTEDataStore and LTEEIR |
class |
LTEENBFunction
Class representing an ENodeB Function of an ENodeB chassis
To be used in conjunction with
LTEDataStore and LTEENodeB |
class |
LTEGBTSFunction |
class |
LTEHSSFunction
Class representing an HSSFunction
To be used in conjunction with
LTEDataStore anbd LTEHSS |
class |
LTEMMEFunction
Class representing an MMEFunction
To be used in conjunction with
LTEDataStore anbd LTEMME |
class |
LTENodeBFunction |
class |
LTEPCRFFunction
Class representing an PCRFFunction
To be used in conjunction with
LTEDataStore anbd LTEPCRF |
class |
LTEPGWFunction
Class representing a PGWFunction of an PGW chassis
To be used in conjunction with
LTEDataStore. |
class |
LTESAEGatewayFunction
Class representing an SAEGatewayFunction of an SAEGateway chassis
To be used in conjunction with
LTEDataStore. |
class |
LTESGWFunction
Class representing an SGWFunction of an SGW chassis
To be used in conjunction with
LTEDataStore. |
| Modifier and Type | Method and Description |
|---|---|
LTEFunction |
Alcatel5620SamCollectorProcessor.getCloudMmeFunction(java.lang.String deviceId) |
LTEFunction |
Alcatel5620SamCollectorProcessor.getFunctionMap(java.lang.String strDeviceId,
LTEFunction.eFunctionType lteFunctionType)
Returns an LTE Function based on a given device Id and LTE Function type
|
| Modifier and Type | Method and Description |
|---|---|
void |
Alcatel5620SamCollectorProcessor.processLteConnectivity(java.lang.String ftpUrl,
LTEFunction lteFunction,
java.lang.String deviceSiteId)
Parses, processes, and saves the LTE Connectivity data for ENnodeB, MME, PGW,
SGW, and PCRF to the datastore
|
void |
Alcatel5620SamCollectorProcessor.processLteInterfaces(java.lang.String ftpUrl,
LTEFunction lteFunction,
java.lang.String deviceSiteId)
Parses, processes, and saves the LTE Interfaces data for ENnodeB, MME, PGW,
SGW, and PCRF to the datastore
|
void |
Alcatel5620SamCollectorProcessor.processLtePcscfPeerEntry(java.lang.String ftpUrl,
java.lang.String deviceId,
LTEFunction ltePgwFunction) |
void |
Alcatel5620SamCollectorProcessor.processLtePeerConnectivity(java.lang.String ftpUrl,
LTEFunction lteFunction,
java.lang.String deviceSiteId)
Parses, processes, and saves the LTE Connectivity data for ENnodeB, MME, PGW,
SGW, and PCRF to the datastore
|
void |
Alcatel5620SamCollectorProcessor.processServiceIPInterfaces(java.lang.String ftpUrl,
LTEFunction lteFunction,
java.lang.String deviceSiteId,
java.lang.String interfaceType)
Parses, processes, and saves the LTE Interfaces data for ENnodeB, MME, PGW,
SGW, and PCRF to the datastore
|
void |
Alcatel5620SamCollectorProcessor.processSpecificLteConnectivity(LTEFunction lteFunction,
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
|
void |
Alcatel5620SamCollectorProcessor.processSpecificLteInterface(LTEFunction lteFunction,
java.util.Map<java.lang.String,java.lang.String> fields,
java.lang.String strFdnName,
java.lang.String ipAddr)
This method processes specific LTE interfaces depending on type of LTE
function and add the LTE interface's data to dataStore
|