| Modifier and Type | Method and Description |
|---|---|
AbstractJob<?> |
JobRunner.getCurrentJob() |
| Modifier and Type | Method and Description |
|---|---|
<T> Job<T> |
JobManager.claimInterest(AbstractJob<T> job,
long duration)
Claim interest in the given job for the given duration.
|
<T> Job<T> |
JobManager.claimInterest(AbstractJob<T> job,
long duration,
int maxQueuePosition)
Claim interest in the given job for the given duration.
|
Integer |
JobManager.getQueuePosition(AbstractJob<?> job)
Gets the queue position for the given job.
|
Copyright © 2013 dontdrinkandroot. All Rights Reserved.