Package | Description |
---|---|
com.ibm.tivoli.nm.collectors.framework.store |
Provides implementations for the
CollectorDataStore
interface for storing network data collected by a given collector. |
Modifier and Type | Class and Description |
---|---|
class |
LTEEIR
Class representing an EIR chassis
To be used in conjunction with
LTEDataStore . |
class |
LTEENodeB
Class representing an ENodeB chassis
To be used in conjunction with
LTEDataStore . |
class |
LTEHSS
Class representing an LTEHSS chassis
To be used in conjunction with
LTEDataStore . |
class |
LTEMME
Class representing an MME chassis
To be used in conjunction with
LTEDataStore . |
class |
LTENetworkDevice
Abstract class representing an LTE network device to be used as an in memory data store for LTE device data within the
collector framework.
|
class |
LTEPCRF
Class representing a PCRF chassis
To be used in conjunction with
LTEDataStore . |
class |
LTEPGW
Class representing a PGW chassis
To be used in conjunction with
LTEDataStore . |
class |
LTESGW
Class representing an SGW chassis
To be used in conjunction with
LTEDataStore and LTESGW |
Modifier and Type | Method and Description |
---|---|
RANNetworkDevice |
RANDataStore.addBaseStation(int dataSourceId,
java.lang.String deviceId,
java.lang.String baseStationId,
java.lang.String controllerId,
java.lang.String technologyType)
Add a new base station to the data store
|
RANNetworkDevice |
RANDataStore.addBaseStationController(int dataSourceId,
java.lang.String deviceId,
java.lang.String controllerId,
java.lang.String technologyType)
Add a new base station controller to the data store
|
RANNetworkDevice |
RANDataStore.addGGSN(int dataSourceId,
java.lang.String deviceId,
java.lang.String ggsnId,
java.lang.String technologyType,
java.lang.String accessPointName)
Add a new Gateway GPRS Serving Node (GGSN) to the data store
|
RANNetworkDevice |
RANDataStore.addMediaGateway(int dataSourceId,
java.lang.String deviceId,
java.lang.String mgwId)
Add a new media gateway to the store
|
RANNetworkDevice |
RANDataStore.addMobileSwitchingCentre(int dataSourceId,
java.lang.String deviceId,
java.lang.String mscId,
java.lang.String technologyType,
java.lang.String mscType)
Add a new mobile switching centre to the data store
|
RANNetworkDevice |
RANDataStore.addMSS(int dataSourceId,
java.lang.String deviceId,
java.lang.String mssId)
Add a new mobile switching centre server (MSS) to the data store
|
RANNetworkDevice |
RANDataStore.addMultiplexer(int dataSourceId,
java.lang.String deviceId)
Add a device that is a multiplexer.
|
RANNetworkDevice |
RANDataStore.addNodeB(int dataSourceId,
java.lang.String deviceId,
java.lang.String nodeBId,
java.lang.String controllerId,
java.lang.String technologyType)
Add a new Node B to the data store
|
RANNetworkDevice |
RANDataStore.addPacketControlUnit(int dataSourceId,
java.lang.String deviceId,
java.lang.String packetControlUnitId,
java.lang.String controllerId,
java.lang.String technologyType)
Add a new packet control unit to the data store
|
RANNetworkDevice |
RANDataStore.addRadioNetworkController(int dataSourceId,
java.lang.String deviceId,
java.lang.String controllerId,
java.lang.String technologyType)
Add a new radio network controller to the data store
|
RANNetworkDevice |
RANDataStore.addSGSN(int dataSourceId,
java.lang.String deviceId,
java.lang.String sgsnId,
java.lang.String technologyType)
Add a new serving GPRS serving node (SGSN) to the data store
|