| Package | Description |
|---|---|
| ai.preferred.venom.job |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicJob |
| Modifier and Type | Method and Description |
|---|---|
Job |
AbstractQueueScheduler.peek() |
Job |
LazyScheduler.poll() |
Job |
AbstractQueueScheduler.poll() |
Job |
LazyScheduler.poll(long time,
TimeUnit unit) |
Job |
AbstractQueueScheduler.poll(long timeout,
TimeUnit unit) |
Job |
AbstractQueueScheduler.take() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Job> |
AbstractQueueScheduler.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
BasicJob.compareTo(Job job) |
boolean |
AbstractQueueScheduler.offer(Job job) |
boolean |
LazyScheduler.offer(Job job,
long timeout,
TimeUnit unit) |
boolean |
PriorityQueueScheduler.offer(Job job,
long timeout,
TimeUnit unit) |
boolean |
FIFOScheduler.offer(Job job,
long timeout,
TimeUnit unit) |
void |
LazyScheduler.put(Job job) |
void |
PriorityQueueScheduler.put(Job job) |
void |
FIFOScheduler.put(Job job) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractQueueScheduler.drainTo(Collection<? super Job> c) |
int |
AbstractQueueScheduler.drainTo(Collection<? super Job> c,
int maxElements) |
| Constructor and Description |
|---|
BasicJob(Request request,
Handler handler,
Priority priority,
Priority priorityFloor,
Queue<Job> queue)
Constructs a basic job.
|
Copyright © 2019. All rights reserved.