| 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 |
Element
An interface representing a top level entity to be stored in the
DataStore. |
class |
LogicalElement
A class representing a non-device, logical element, such as a cell.
|
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 |
LTESAEGateway
Class representing an SAEGateway chassis
To be used in conjunction with
LTEDataStore and LTESAEGateway |
class |
LTESGW
Class representing an SGW chassis
To be used in conjunction with
LTEDataStore and LTESGW |
class |
N5gAF
Class representing an AF chassis
To be used in conjunction with
5GDataStore. |
class |
N5gAMF
Class representing an AMF chassis
To be used in conjunction with
5GDataStore. |
class |
N5gAUSF
Class representing an AUSF chassis
To be used in conjunction with
5GDataStore. |
class |
N5gGNodeB
Class representing an GNodeB chassis
To be used in conjunction with
5GDataStore. |
class |
N5gNEF
Class representing an NEF chassis
To be used in conjunction with
5GDataStore. |
class |
N5gNetworkDevice
Abstract class representing an 5G network device to be used as an in memory data store for 5G device data within the
collector framework.
|
class |
N5gNRF
Class representing an NRF chassis
To be used in conjunction with
5GDataStore. |
class |
N5gNSSF
Class representing an NSSF chassis
To be used in conjunction with
5GDataStore. |
class |
N5gPCF
Class representing an PCF chassis
To be used in conjunction with
5GDataStore. |
class |
N5gSMF
Class representing an SMF chassis
To be used in conjunction with
5GDataStore. |
class |
N5gUDM
Class representing an UDM chassis
To be used in conjunction with
5GDataStore. |
class |
N5gUPF
Class representing an UPF chassis
To be used in conjunction with
5GDataStore. |
class |
NetworkDevice
Class representing a network device to be used as an in memory data store for the collector framework.
|
class |
RANLogicalElement
A class representing a RAN based, non-device, logical element, such as a GSM
or UTRAN cell.
|
class |
RANNetworkDevice
Class representing a RAN network device to be used as an in memory data store for RAN device data within the
collector framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Associatable.associate(Associatable a)
Associate this object with the given object.
|
void |
RANLogicalElement.associate(Associatable a) |
void |
RANNetworkDevice.associate(Associatable a)
Automatically associate this RAN network device with another
Associatable entity. |
void |
NetworkDevice.associate(Associatable a)
This method does not provide any functionality for a standard
NetworkDevice as there are currently no
automatic associations that can be inferred from two devices. |
void |
LogicalElement.associate(Associatable a) |