public interface DiscoveryConfigurationFactory
Modifier and Type | Method and Description |
---|---|
DiscoveryConfiguration |
getConfiguration() |
Iterable<IPPollAddress> |
getConfiguredAddresses()
getConfiguredAddresses
|
Iterator<IPPollAddress> |
getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInterator
|
String |
getForeignSource(InetAddress address)
getForeignSource
|
long |
getInitialSleepTime()
getInitialSleepTime
|
long |
getIntraPacketDelay()
getIntraPacketDelay
|
List<Detector> |
getListOfDetectors(InetAddress inetAddress,
String location) |
double |
getPacketsPerSecond()
getPacketsPerSecond
|
List<IPPollRange> |
getRanges()
getRange
|
long |
getRestartSleepTime()
getRestartSleepTime
|
List<IPPollAddress> |
getSpecifics()
getSpecifics
|
List<IPPollAddress> |
getURLSpecifics()
getURLSpecifics
|
boolean |
isExcluded(InetAddress address,
String location)
isExcluded
|
DiscoveryConfiguration getConfiguration()
List<IPPollAddress> getURLSpecifics()
getURLSpecifics
List<IPPollRange> getRanges()
getRange
List<IPPollAddress> getSpecifics()
getSpecifics
boolean isExcluded(InetAddress address, String location)
isExcluded
address
- @InetAddress
location
- a StringString getForeignSource(InetAddress address)
getForeignSource
address
- InetAddresslong getIntraPacketDelay()
getIntraPacketDelay
double getPacketsPerSecond()
getPacketsPerSecond
Iterator<IPPollAddress> getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInterator
an
- IteratorIterable<IPPollAddress> getConfiguredAddresses()
getConfiguredAddresses
List<Detector> getListOfDetectors(InetAddress inetAddress, String location)
long getRestartSleepTime()
getRestartSleepTime
long getInitialSleepTime()
getInitialSleepTime
Copyright © 2021. All rights reserved.