|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchedulerQueue | |
|---|---|
| com.sun.sgs.impl.kernel.schedule | Provides scheduling facilities for the kernel. |
| Uses of SchedulerQueue in com.sun.sgs.impl.kernel.schedule |
|---|
| Classes in com.sun.sgs.impl.kernel.schedule that implement SchedulerQueue | |
|---|---|
class |
FIFOSchedulerQueue
This is a simple implemenation of SchedulerQueue that
accepts tasks and runs them in the order that they are ready. |
class |
WindowSchedulerQueue
This implementation of SchedulerQueue tries to
provide fairness between users without taking too long to service any
given user's tasks. |
| Constructors in com.sun.sgs.impl.kernel.schedule with parameters of type SchedulerQueue | |
|---|---|
RecurringTaskHandleImpl(SchedulerQueue queue,
ScheduledTask task)
Creates an instance of RecurringTaskHandleImpl. |
|
SimpleTaskReservation(SchedulerQueue queue,
ScheduledTask task)
Creates an instance of SimpleTaskReservation. |
|
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||