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