public class CMExpATSProcessor extends ProcessorBase
| Constructor and Description |
|---|
CMExpATSProcessor(HuaweiM2KProperties props,
java.lang.String cgpoDeviceID)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addInterfaces(HuaweiM2KDataStore dataStore,
java.lang.String strDeviceId,
Port port) |
protected void |
addSlot(HuaweiM2KDataStore dataStore,
java.lang.String strDeviceId,
Slot slot) |
protected void |
addSubrack(HuaweiM2KDataStore dataStore,
java.lang.String strDeviceId,
Subrack subrack) |
void |
process(HuaweiM2KDataStore dataStore,
java.nio.file.Path file) |
addDeviceInfo, addRackpublic CMExpATSProcessor(HuaweiM2KProperties props, java.lang.String cgpoDeviceID)
props - HuaweiM2KProperties instancecgpoDeviceID - CGPO device identifierpublic void process(HuaweiM2KDataStore dataStore, java.nio.file.Path file) throws ProcessorException
dataStore - file - ProcessorExceptionprotected void addSlot(HuaweiM2KDataStore dataStore, java.lang.String strDeviceId, Slot slot) throws CollectorException
addSlot in class ProcessorBasedataStore - strDeviceId - slot - CollectorExceptionprotected void addSubrack(HuaweiM2KDataStore dataStore, java.lang.String strDeviceId, Subrack subrack) throws CollectorException
addSubrack in class ProcessorBasedataStore - strDeviceId - subrack - CollectorExceptionprotected void addInterfaces(HuaweiM2KDataStore dataStore, java.lang.String strDeviceId, Port port) throws CollectorException
addInterfaces in class ProcessorBaseCollectorException