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 classModifiableThreadPoolConfigThis 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 ThreadPoolConfigThreadPool. getConfiguration()The thread pool configuration.Methods in org.apache.sling.commons.threads with parameters of type ThreadPoolConfig Modifier and Type Method Description ThreadPoolThreadPoolManager. create(ThreadPoolConfig config)Create a new thread pool with this configuration.ThreadPoolThreadPoolManager. 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
-