| Package | Description |
|---|---|
| ai.preferred.venom | |
| ai.preferred.venom.scheduler |
| Modifier and Type | Field and Description |
|---|---|
static Scheduler.Priority |
Scheduler.Priority.DEFAULT |
static Scheduler.Priority |
Scheduler.Priority.FLOOR |
| Modifier and Type | Method and Description |
|---|---|
Scheduler.Priority |
Scheduler.HandledRequestHolder.downgrade() |
Scheduler.Priority |
Scheduler.HandledRequestHolder.downgrade(Scheduler.Priority priorityFloor) |
Scheduler.Priority |
Scheduler.HandledRequestHolder.getPriority() |
Scheduler.Priority |
Scheduler.HandledRequestHolder.getPriorityFloor() |
static Scheduler.Priority |
Scheduler.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scheduler.Priority[] |
Scheduler.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.add(Request r,
Handleable h,
Scheduler.Priority p)
Adds a request to the queue
|
void |
Scheduler.add(Request r,
Handleable h,
Scheduler.Priority p,
Scheduler.Priority pf)
Adds a request to the queue
|
void |
Scheduler.add(Request r,
Scheduler.Priority p)
Adds a request to the queue
|
void |
Scheduler.add(Request r,
Scheduler.Priority p,
Scheduler.Priority pf)
Adds a request to the queue
|
Scheduler.Priority |
Scheduler.HandledRequestHolder.downgrade(Scheduler.Priority priorityFloor) |
| Constructor and Description |
|---|
HandledRequestHolder(Request request,
Handleable handler,
Scheduler.Priority priority,
Scheduler.Priority priorityFloor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractScheduler.add(Request r,
Handleable h,
Scheduler.Priority p) |
void |
AbstractScheduler.add(Request r,
Handleable h,
Scheduler.Priority p,
Scheduler.Priority pf) |
void |
AbstractScheduler.add(Request r,
Scheduler.Priority p) |
void |
AbstractScheduler.add(Request r,
Scheduler.Priority p,
Scheduler.Priority pf) |
Copyright © 2018. All rights reserved.