Uses of Interface
org.apache.sling.commons.threads.ThreadPoolConfig
-
Packages that use ThreadPoolConfig Package Description org.apache.sling.commons.threads -
-
Uses of ThreadPoolConfig in org.apache.sling.commons.threads
Classes in org.apache.sling.commons.threads that implement ThreadPoolConfig Modifier and Type Class Description 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 Modifier and Type Method Description ThreadPoolConfig
ThreadPool. getConfiguration()
The thread pool configuration.Methods in org.apache.sling.commons.threads with parameters of type ThreadPoolConfig Modifier and Type Method Description 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 Constructor Description ModifiableThreadPoolConfig(ThreadPoolConfig copy)
Clone an existing configuration
-