@ThreadSafe public class HarvestRunner extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static Logger |
LOGGER |
static int |
STEPPING
Stepping is one second.
|
static String |
VERSION
Version advocated by the HTTP-client.
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
static HarvestRunner |
i()
Default singleton access.
|
void |
scheduleFirst(Fetcher fetch)
Schedule fetchs for fetching and execution.
|
void |
scheduleLast(Fetcher fetch) |
public static final String VERSION
public static final int STEPPING
public static HarvestRunner i()
public void scheduleFirst(Fetcher fetch)
public void scheduleLast(Fetcher fetch)