|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadPoolConfig.ThreadPriority | |
|---|---|
| org.apache.sling.commons.threads | |
| Uses of ThreadPoolConfig.ThreadPriority in org.apache.sling.commons.threads |
|---|
| Methods in org.apache.sling.commons.threads that return ThreadPoolConfig.ThreadPriority | |
|---|---|
ThreadPoolConfig.ThreadPriority |
ModifiableThreadPoolConfig.getPriority()
|
ThreadPoolConfig.ThreadPriority |
ThreadPoolConfig.getPriority()
Return the priority for the threads. |
static ThreadPoolConfig.ThreadPriority |
ThreadPoolConfig.ThreadPriority.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ThreadPoolConfig.ThreadPriority[] |
ThreadPoolConfig.ThreadPriority.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.apache.sling.commons.threads with parameters of type ThreadPoolConfig.ThreadPriority | |
|---|---|
void |
ModifiableThreadPoolConfig.setPriority(ThreadPoolConfig.ThreadPriority priority)
Set the thread priority. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||