Package | Description |
---|---|
org.opennms.netmgt.linkd | |
org.opennms.netmgt.linkd.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryLink
This class is designed to discover link among nodes using the collected and
the necessary SNMP information.
|
class |
SnmpCollection
This class is designed to collect the necessary SNMP information from the
target address and store the collected information.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SnmpCollection.equals(ReadyRunnable run)
equals
|
boolean |
DiscoveryLink.equals(ReadyRunnable r)
equals
|
Modifier and Type | Field and Description |
---|---|
Map<Long,Scheduler.PeekableFifoQueue<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 |
---|---|
boolean |
ReadyRunnable.equals(ReadyRunnable runnable)
equals
|
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 © 2015. All Rights Reserved.