Uses of Enum
org.apache.sling.commons.threads.ThreadPoolConfig.ThreadPriority
-
Uses of ThreadPoolConfig.ThreadPriority in org.apache.sling.commons.threads
Modifier and TypeMethodDescriptionModifiableThreadPoolConfig.getPriority()
ThreadPoolConfig.getPriority()
Return the priority for the threads.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 TypeMethodDescriptionvoid
ModifiableThreadPoolConfig.setPriority
(ThreadPoolConfig.ThreadPriority priority) Set the thread priority.