|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queue | |
solar.service.dispatch | Contains the data dispatching service. |
solar.util | Contains some basic Solar utilities, such as Queues. |
Uses of Queue in solar.service.dispatch |
Fields in solar.service.dispatch declared as Queue | |
protected Queue |
SolarDispatchService._queue
Inbound event queue. |
Uses of Queue in solar.util |
Classes in solar.util that implement Queue | |
class |
FastSyncQueue
A synchronized blocking queue based on a fast linked-list. |
class |
FastUnsyncQueue
A not synchronized non-blocking queue based on a fast linked-list. |
class |
JavaSyncQueue
A synchronized blocking queue based on a Java linked-list. |
class |
JavaUnsyncQueue
A not synchronized non-blocking queue based on a Java linked-list. |
Methods in solar.util that return Queue | |
static Queue |
QueueFactory.makeQueue()
Make a new synchronized queue. |
static Queue |
QueueFactory.makeSyncQueue()
Make a new synchronized queue. |
static Queue |
QueueFactory.makeUnsyncQueue()
Make a new synchronized queue. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |