public class DiscoveryJob extends Object
Constructor and Description |
---|
DiscoveryJob(List<IPPollRange> ranges,
String foreignSource,
String location,
double packetsPerSecond,
DiscoveryConfiguration config)
Construct a
DiscoveryJob . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Iterable<IPPollAddress> |
getAddresses() |
DiscoveryConfiguration |
getConfig() |
String |
getForeignSource() |
String |
getLocation() |
double |
getPacketsPerSecond() |
List<IPPollRange> |
getRanges() |
int |
hashCode() |
String |
toString() |
public DiscoveryJob(List<IPPollRange> ranges, String foreignSource, String location, double packetsPerSecond, DiscoveryConfiguration config)
DiscoveryJob
. All ranges must have the
same foreignSource and location for the message to be routed correctly.ranges
- foreignSource
- location
- packetsPerSecond
- config
- public List<IPPollRange> getRanges()
public Iterable<IPPollAddress> getAddresses()
public String getForeignSource()
public String getLocation()
public double getPacketsPerSecond()
public DiscoveryConfiguration getConfig()
Copyright © 2021. All rights reserved.