|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DispatchPriority | |
---|---|
org.fusesource.hawtdispatch | HawtDispatch HawtDispatch is an abstract model for expressing concurrency via simple but powerful API. |
Uses of DispatchPriority in org.fusesource.hawtdispatch |
---|
Fields in org.fusesource.hawtdispatch declared as DispatchPriority | |
---|---|
static DispatchPriority |
Dispatch.DEFAULT
|
static DispatchPriority |
Dispatch.HIGH
|
static DispatchPriority |
Dispatch.LOW
|
Methods in org.fusesource.hawtdispatch that return DispatchPriority | |
---|---|
static DispatchPriority |
DispatchPriority.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DispatchPriority[] |
DispatchPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.fusesource.hawtdispatch with parameters of type DispatchPriority | |
---|---|
DispatchQueue |
Dispatcher.getGlobalQueue(DispatchPriority priority)
Returns a well-known global concurrent queue of a given priority level. |
static DispatchQueue |
Dispatch.getGlobalQueue(DispatchPriority priority)
Returns a well-known global concurrent queue of a given priority level. |
DispatchQueue[] |
Dispatcher.getThreadQueues(DispatchPriority priority)
|
static DispatchQueue[] |
Dispatch.getThreadQueues(DispatchPriority priority)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |