it.unimi.dsi.jai4j.Job
, java.io.Serializable
public class BubingJob extends java.lang.Object implements it.unimi.dsi.jai4j.Job, java.io.Serializable
Job
used by BUbiNG.Modifier and Type | Field | Description |
---|---|---|
ByteArrayList |
url |
The BUbiNG URL that should be visited.
|
Constructor | Description |
---|---|
BubingJob(ByteArrayList url) |
Creates a new BUbiNG job corresponding to a given BUbiNG URL.
|
Modifier and Type | Method | Description |
---|---|---|
long |
hash64() |
A hash based on the host of
url . |
java.lang.String |
toString() |
A string representation of this job
|
public final ByteArrayList url
public BubingJob(ByteArrayList url)
url
- the BUbiNG URL for this job.public long hash64()
hash64
in interface it.unimi.dsi.jai4j.Job
public java.lang.String toString()
toString
in class java.lang.Object