|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPoolConfig.ThreadPriority | |
---|---|
org.apache.sling.commons.threads | |
org.apache.sling.commons.threads.impl |
Uses of ThreadPoolConfig.ThreadPriority in org.apache.sling.commons.threads |
---|
Methods in org.apache.sling.commons.threads that return ThreadPoolConfig.ThreadPriority | |
---|---|
ThreadPoolConfig.ThreadPriority |
ThreadPoolConfig.getPriority()
Return the priority for the threads. |
ThreadPoolConfig.ThreadPriority |
ModifiableThreadPoolConfig.getPriority()
|
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 are declared. |
Methods in org.apache.sling.commons.threads with parameters of type ThreadPoolConfig.ThreadPriority | |
---|---|
void |
ModifiableThreadPoolConfig.setPriority(ThreadPoolConfig.ThreadPriority priority)
Set the thread priority. |
Uses of ThreadPoolConfig.ThreadPriority in org.apache.sling.commons.threads.impl |
---|
Constructors in org.apache.sling.commons.threads.impl with parameters of type ThreadPoolConfig.ThreadPriority | |
---|---|
ExtendedThreadFactory(java.util.concurrent.ThreadFactory factory,
ThreadPoolConfig.ThreadPriority priority,
boolean isDaemon)
Create a new wrapper for a thread factory handling the |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |