|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPoolConfig | |
---|---|
org.apache.sling.commons.threads |
Uses of ThreadPoolConfig in org.apache.sling.commons.threads |
---|
Classes in org.apache.sling.commons.threads that implement ThreadPoolConfig | |
---|---|
class |
ModifiableThreadPoolConfig
This is a modifiable thread pool configuration that can be instantiated and then configured to create a new thread pool. |
Methods in org.apache.sling.commons.threads that return ThreadPoolConfig | |
---|---|
ThreadPoolConfig |
ThreadPool.getConfiguration()
The thread pool configuration. |
Methods in org.apache.sling.commons.threads with parameters of type ThreadPoolConfig | |
---|---|
ThreadPool |
ThreadPoolManager.create(ThreadPoolConfig config)
Create a new thread pool with this configuration. |
ThreadPool |
ThreadPoolManager.create(ThreadPoolConfig config,
String label)
Create a new thread pool with this configuration. |
Constructors in org.apache.sling.commons.threads with parameters of type ThreadPoolConfig | |
---|---|
ModifiableThreadPoolConfig(ThreadPoolConfig copy)
Clone an existing configuration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |