Package | Description |
---|---|
org.apache.sling.commons.threads |
Modifier and Type | Method and Description |
---|---|
ThreadPoolConfig.ThreadPoolPolicy |
ModifiableThreadPoolConfig.getBlockPolicy() |
ThreadPoolConfig.ThreadPoolPolicy |
ThreadPoolConfig.getBlockPolicy()
Return the block policy.
|
static ThreadPoolConfig.ThreadPoolPolicy |
ThreadPoolConfig.ThreadPoolPolicy.valueOf(java.lang.String name)
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 Type | Method and Description |
---|---|
void |
ModifiableThreadPoolConfig.setBlockPolicy(ThreadPoolConfig.ThreadPoolPolicy blockPolicy)
Set the block policy.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.