Uses of Enum
org.apache.sling.commons.threads.ThreadPoolConfig.ThreadPoolPolicy
-
Uses of ThreadPoolConfig.ThreadPoolPolicy in org.apache.sling.commons.threads
Modifier and TypeMethodDescriptionModifiableThreadPoolConfig.getBlockPolicy()
ThreadPoolConfig.getBlockPolicy()
Return the block policy.Returns the enum constant of this type with the specified name.static ThreadPoolConfig.ThreadPoolPolicy[]
ThreadPoolConfig.ThreadPoolPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ModifiableThreadPoolConfig.setBlockPolicy
(ThreadPoolConfig.ThreadPoolPolicy blockPolicy) Set the block policy.