public interface FutureJob<T> extends Future<T>, Job
| Modifier and Type | Method and Description |
|---|---|
void |
reQueue()
Remove any existing in queue, downgrades the priority and
adds the job back into queue.
|
void |
set(T result)
Sets the result of this future to the given value unless
this future has already been set or has been cancelled.
|
cancel, done, getHandler, getPriority, getRequest, getTryCount, isCancelled, isDonecompareTovoid set(T result)
result - the result valueCopyright © 2018. All rights reserved.