| Package | Description |
|---|---|
| org.apache.sling.commons.threads |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifiableThreadPoolConfig.setPriority(ThreadPoolConfig.ThreadPriority priority)
Set the thread priority.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.