Package | Description |
---|---|
org.apache.sling.commons.threads |
Modifier and Type | Method and Description |
---|---|
ThreadPoolConfig.ThreadPriority |
ModifiableThreadPoolConfig.getPriority() |
ThreadPoolConfig.ThreadPriority |
ThreadPoolConfig.getPriority()
Return the priority for the threads.
|
static ThreadPoolConfig.ThreadPriority |
ThreadPoolConfig.ThreadPriority.valueOf(java.lang.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 © 2022 The Apache Software Foundation. All rights reserved.