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.framework.utils |
Contains utility methods for performing common functions within the Java™ collector framework.
|
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 |
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 |
---|---|
NetworkDevice |
DataSource.getNetworkDevice(java.lang.String deviceId)
Get the Network Device identified by the device id.
|
NetworkDevice |
DataSource.getNetworkDevice(java.lang.String deviceId,
boolean createIfNotFound)
Get the Network Device identified by the device id.
|
Constructor and Description |
---|
LTEEIR(NetworkDevice device)
Create a new EIR network device based on another network device (not an LTE one)
|
LTEENodeB(NetworkDevice device)
Create a new LTE network device based on another network device (not an LTE one)
|
LTEHSS(NetworkDevice device) |
LTEMME(NetworkDevice device)
Create a new LTE network device based on another network device (not an LTE one)
|
LTENetworkDevice(NetworkDevice device)
Create a new LTE network device based on another network device (not an LTE one)
|
LTEPCRF(NetworkDevice device) |
LTEPGW(NetworkDevice device) |
LTESGW(NetworkDevice device)
Create a new LTE network device based on another network device (not an LTE one)
|
RANNetworkDevice(NetworkDevice device)
Create a new RAN network device based on another network device (not a RAN one)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CollectorValidationUtils.validateAddresses(NetworkDevice device)
Validate all address data associated with a device
|
static boolean |
CollectorValidationUtils.validateDeviceData(NetworkDevice device)
Validate the data for a given device to ensure that both an ID and unique
address (ip attribute) are present
|
static boolean |
CollectorValidationUtils.validateInterfaces(NetworkDevice device)
Validate all interfaces on a given device
|