Package | Description |
---|---|
org.opennms.netmgt.enlinkd | |
org.opennms.netmgt.enlinkd.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
Discovery
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
class |
DiscoveryBridgeDomains |
class |
DiscoveryBridgeTopology |
class |
NodeDiscovery
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
class |
NodeDiscoveryBridge
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
class |
NodeDiscoveryCdp
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
class |
NodeDiscoveryIpNetToMedia
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
class |
NodeDiscoveryIsis
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
class |
NodeDiscoveryLldp
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
class |
NodeDiscoveryOspf
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
Modifier and Type | Field and Description |
---|---|
Map<Long,BlockingQueue<ReadyRunnable>> |
Scheduler.m_queues
The map of queue that contain
ready runnable
instances. |
Modifier and Type | Method and Description |
---|---|
ReadyRunnable |
Scheduler.getReadyRunnable(ReadyRunnable runnable)
This method is used to get a ready runnable in the system.
|
ReadyRunnable |
Scheduler.getReadyRunnable(ReadyRunnable runnable,
long interval)
getReadyRunnable
|
Modifier and Type | Method and Description |
---|---|
ReadyRunnable |
Scheduler.getReadyRunnable(ReadyRunnable runnable)
This method is used to get a ready runnable in the system.
|
ReadyRunnable |
Scheduler.getReadyRunnable(ReadyRunnable runnable,
long interval)
getReadyRunnable
|
void |
ScheduleTimer.schedule(long interval,
ReadyRunnable schedule)
schedule
|
void |
Scheduler.schedule(long interval,
ReadyRunnable runnable)
schedule
|
void |
Scheduler.schedule(ReadyRunnable runnable,
long interval)
This method is used to schedule a ready runnable in the system.
|
void |
Scheduler.unschedule(ReadyRunnable runnable)
This method is used to unschedule a ready runnable in the system.
|
void |
Scheduler.unschedule(ReadyRunnable runnable,
long interval)
This method is used to unschedule a ready runnable in the system.
|
Copyright © 2019. All rights reserved.