| Package | Description | 
|---|---|
| org.opennms.netmgt.config | |
| org.opennms.netmgt.config.api | |
| org.opennms.netmgt.discovery | |
| org.opennms.netmgt.icmp.proxy | |
| org.opennms.netmgt.model.discovery | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<IPPollAddress> | 
DiscoveryConfigFactory.getConfiguredAddresses()
getConfiguredAddresses 
 | 
Iterator<IPPollAddress> | 
DiscoveryConfigFactory.getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInterator 
 | 
List<IPPollAddress> | 
DiscoveryConfigFactory.getSpecifics()
getSpecifics 
 | 
List<IPPollAddress> | 
DiscoveryConfigFactory.getURLSpecifics()
getURLSpecifics 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<String> | 
DiscoveryConfigFactory.addToSpecificsFromURL(List<IPPollAddress> specifics,
                     InputStream is,
                     String foreignSource,
                     String location,
                     long timeout,
                     int retries,
                     String url)
addToSpecificsFromURL 
 | 
static List<String> | 
DiscoveryConfigFactory.addToSpecificsFromURL(List<IPPollAddress> specifics,
                     String url,
                     String foreignSource,
                     String location,
                     long timeout,
                     int retries)
 The file URL is read and a 'specific IP' is added for each entry
  in this file. 
 | 
Iterator<IPPollAddress> | 
DiscoveryConfigFactory.getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInterator 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<IPPollAddress> | 
DiscoveryConfigurationFactory.getConfiguredAddresses()
getConfiguredAddresses 
 | 
Iterator<IPPollAddress> | 
DiscoveryConfigurationFactory.getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInterator 
 | 
List<IPPollAddress> | 
DiscoveryConfigurationFactory.getSpecifics()
getSpecifics 
 | 
List<IPPollAddress> | 
DiscoveryConfigurationFactory.getURLSpecifics()
getURLSpecifics 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<IPPollAddress> | 
DiscoveryConfigurationFactory.getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInterator 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<IPPollAddress> | 
DiscoveryJob.getAddresses()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<IPPollAddress> | 
PingSweepRpcModule.getAddresses(List<IPPollRange> ranges)  | 
| Modifier and Type | Method and Description | 
|---|---|
Enumeration<IPPollAddress> | 
IPPollRange.elements()
 Returns an Enumeration that can be used to cycle over the range of
 pollable addresses. 
 | 
Iterator<IPPollAddress> | 
IPPollRange.iterator()
 Returns an Iterator object that can be used to cycle over the range of
 pollable address information. 
 | 
Copyright © 2021. All rights reserved.