| 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 |
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 |
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) |
LTESAEGateway(NetworkDevice device)
Create a new LTESAEGateway device based on another network device (not an LTE one)
|
LTESGW(NetworkDevice device)
Create a new LTE network device based on another network device (not an LTE one)
|
N5gAF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gAMF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gAUSF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gGNodeB(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gNEF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gNetworkDevice(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gNRF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gNSSF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gPCF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gSMF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gUDM(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G one)
|
N5gUPF(NetworkDevice device)
Create a new 5G network device based on another network device (not an 5G 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
|
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
Alcatel5620SamCollectorProcessor.getNetworkDevice(java.lang.String deviceId) |
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
CalixRestDataStoreHandler.getNetworkDevice(java.lang.String deviceId)
Fetches Network device for a given deviceId
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
CalixRestDataStoreHandler.convertToNetworkDevices(java.util.List<CalixDevice> calixDevices)
Convert Calix devices to network devices
|
java.util.List<NetworkDevice> |
CalixRestProcessor.processDevices()
Pull and Process all devices from Calix EMS
|
java.util.List<NetworkDevice> |
CalixRestProcessor.processOntData()
Process ONT data and create NetworkDevices
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalixRestDataStoreHandler.addNetworkDevice(NetworkDevice device)
Validate and add device to DataStore
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalixRestDataStoreHandler.addNetworkDevices(java.util.List<NetworkDevice> networkDeviceList)
Add network devices to the data store
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
CiscoApicRestCollector.parseNetworkDeviceData(java.util.ArrayList<Node> nodeList) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
CiscoDNARestCollector.parseNetworkDeviceData(java.util.List<Response> responseList) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
CiscoEPNMRestCollector.parseNetworkDeviceData(java.util.List<NdNode> nodeList) |
| Modifier and Type | Method and Description |
|---|---|
void |
CiscoEPNMRestCollector.loadEquipmentNodeShelf(EqEquipment equipNode,
NetworkDevice neElement)
Load EquipmentNode class attributes into hashmap to be used for creating
entity
|
void |
CiscoEPNMRestCollector.loadEquipmentPort(TpTerminationPoint portIter,
NetworkDevice neElement)
Load Equipment Port class attributes into hashmap to be used for creating
entity
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
CiscoLMSNetworkElementCollector.buildNetworkDevices(java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> parsedResult)
Given a hashedData containing Maps of network devices, create the Network Device
objects
|
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
DataTracker.getOneDevice(NameAndStringValue_T[] name)
Returns one device record from the Device map
|
NetworkDevice |
DataProcessor.processChassisData(int dataSourceId,
DataTracker data,
ManagedElement_T me)
Processes chassis data
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTracker.addDevice(NameAndStringValue_T[] name,
NetworkDevice device)
Adds a device into its Map
|
java.util.Map<java.util.Map<java.lang.String,java.lang.Object>,java.util.Map<java.lang.String,java.lang.Object>> |
DataProcessor.processConnectionTPData(int dataSourceId,
NetworkDevice device,
DataTracker data,
TerminationPoint_T ctp)
Processes ConnectionTP data
|
java.util.Map<java.util.Map<java.lang.String,java.lang.Object>,java.util.Map<java.lang.String,java.lang.Object>> |
DataProcessor.processPhysicalTPData(int dataSourceId,
NetworkDevice device,
DataTracker data,
TerminationPoint_T ptp,
java.util.Set<Equipment_T> eqtSubslotSet)
Processes PhysicalTP data
|
java.util.Map<java.lang.String,java.lang.Object> |
DataProcessor.processRackData(int dataSourceId,
NetworkDevice device,
DataTracker data)
Process virtual Rack data
|
java.util.Map<java.lang.String,java.lang.Object> |
DataProcessor.processRackData(int dataSourceId,
NetworkDevice device,
DataTracker data,
EquipmentHolder_T eq)
Process rack data
|
java.util.Map<java.lang.String,java.lang.Object> |
DataProcessor.processSlotData(int dataSourceId,
NetworkDevice device,
DataTracker data,
EquipmentHolder_T eq)
Processed slot data
|
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
DataTracker.getOneDevice(NameAndStringValue_T[] name)
Returns one device record from the Device map
|
NetworkDevice |
DataProcessor.processChassisData(DataTracker data,
ManagedElement_T me,
boolean blnFilterEnabled,
java.util.Set<java.lang.String> productNameSet,
boolean blnGetTopoLinks)
Process chassis data
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTracker.addDevice(NameAndStringValue_T[] name,
NetworkDevice device)
Adds a device into its Map
|
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
HuaweiM2KDataStore.getNetworkDevice(java.lang.String deviceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
HuaweiM2KDataStore.addDeviceData(java.lang.String strDeviceId,
NetworkDevice device)
Adds a network device to the DataStore
|
| Modifier and Type | Method and Description |
|---|---|
protected NetworkDevice |
ProcessorBase.addDeviceInfo(HuaweiM2KDataStore dataStore,
DeviceInfo devInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
HuaweiTL1.getDevices()
Retrieves a list of devices from the TL1 server.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
ManagedElementRetrieval.getNetworkDevice(ManagedElementType meType)
Returns an initialised NetworkDevice object based on ManagedElementType
from SOAP response
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
DataProcessor.buildNetworkDevices(java.util.List<java.util.HashMap<java.lang.String,java.lang.String>> cleanedData,
java.lang.String fileId)
Builds a list of NetworkDevices based on the list of HashMaps and the fileId
|
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
DataTracker.getOneDevice(NameAndStringValue_T[] name)
Returns a single Device record
|
NetworkDevice |
DataProcessor.processChassisData(int dataSourceId,
DataTracker data,
ManagedElement_T me,
java.util.Set<java.lang.String> extraInfoMapping)
Processes chassis data
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataTracker.addDevice(NameAndStringValue_T[] name,
NetworkDevice device)
Adds a device into its Map
|
java.util.Map<java.util.Map<java.lang.String,java.lang.Object>,java.util.Map<java.lang.String,java.lang.Object>> |
DataProcessor.processConnectionTPData(int dataSourceId,
NetworkDevice device,
DataTracker data,
TerminationPoint_T ctp,
java.util.Set<java.lang.String> extraInfoMapping)
Processes ConnectionTP data
|
java.util.Map<java.lang.String,java.lang.Object> |
DataProcessor.processModuleData(int dataSourceId,
NetworkDevice device,
DataTracker data,
Equipment_T eq,
java.util.Set<java.lang.String> extraInfoMapping)
Processes Module data
|
java.util.Map<java.lang.String,java.lang.Object> |
DataProcessor.processModuleData(int dataSourceId,
NetworkDevice device,
DataTracker data,
EquipmentHolder_T eq,
java.util.Set<java.lang.String> extraInfoMapping)
Processes Module data
|
java.util.Map<java.util.Map<java.lang.String,java.lang.Object>,java.util.Map<java.lang.String,java.lang.Object>> |
DataProcessor.processPhysicalTPData(int dataSourceId,
NetworkDevice device,
DataTracker data,
TerminationPoint_T ptp,
java.util.Set<java.lang.String> extraInfoMapping)
Processes PhysicalTP data
|
java.util.Map<java.lang.String,java.lang.Object> |
DataProcessor.processShelfData(int dataSourceId,
NetworkDevice device,
DataTracker data,
EquipmentHolder_T eq,
java.util.Set<java.lang.String> extraInfoMapping)
Processes Shelf data
|
java.util.Map<java.lang.String,java.lang.Object> |
DataProcessor.processSlotData(int dataSourceId,
NetworkDevice device,
DataTracker data,
EquipmentHolder_T eq,
java.util.Set<java.lang.String> extraInfoMapping)
Processes Slot data
|
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
Nokia5529IdmDataManager.getDeviceData(java.lang.String deviceId) |
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
Device.getNetworkDevice()
Returns the NetworkDevice instance
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
NokiaNSPRestProcessor.parseNetworkDeviceData(java.util.List<NspEquipmentNetworkElement> responseList) |
| Modifier and Type | Method and Description |
|---|---|
void |
NokiaNSPRestDataStoreHandler.addNetworkDevices(java.util.List<NetworkDevice> networkDeviceList) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
NokiaOMS1350RestCollector.parseNetworkDeviceData(java.util.List<Elements> nodeList) |
| Modifier and Type | Method and Description |
|---|---|
void |
NokiaOMS1350RestCollector.loadEquipmentNodeCard(EquipmentNode equipNode,
NetworkDevice neElement)
Load EquipmentNode class attributes into hashmap to be used for creating
entity
|
void |
NokiaOMS1350RestCollector.loadEquipmentNodeShelf(EquipmentNode equipNode,
NetworkDevice neElement)
Load EquipmentNode class attributes into hashmap to be used for creating
entity
|
void |
NokiaOMS1350RestCollector.loadEquipmentNodeSlot(EquipmentNode equipNode,
NetworkDevice neElement)
Load EquipmentNode class attributes into hashmap to be used for creating
entity
|
void |
NokiaOMS1350RestCollector.loadEquipmentPort(PhysicalPort physicalPort,
NetworkDevice neElement)
Load Equipment Port class attributes into hashmap to be used for creating
entity
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkDevice |
OpticalBlackBox.ConvertDeviceListEntry(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> deviceDataMap,
java.lang.String deviceId) |
| Constructor and Description |
|---|
Samsung820UsmDeviceFileProcessorThread(N5gDataStore dataStore,
int dataSourceId,
java.lang.String deviceName,
java.lang.String neType,
NetworkDevice device,
java.lang.String filename,
java.lang.String devFileName,
java.util.List<NEList> networkElements,
boolean is5gMode) |
| Modifier and Type | Method and Description |
|---|---|
NetworkDevice |
SwitchCommanderCollectorDataProcessor.getNetworkDevice(ManagedElement elem) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkDevice> |
TellabsINM8000Collector.parseNetworkDeviceData(java.util.ArrayList<PhysicalInventory> nodeList)
This method takes a list of node objects and parses the raw data in node
objects and creates a list of network devices objects based on data in
the node object
|