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 |
LTESGW
Class representing an SGW chassis
To be used in conjunction with
LTEDataStore and LTESGW |
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 |
RANNetworkDevice.associate(Associatable a)
Automatically associate this RAN network device with another
Associatable entity. |
void |
RANLogicalElement.associate(Associatable a) |
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) |
void |
Associatable.associate(Associatable a)
Associate this object with the given object.
|