Uses of Interface
org.apache.sling.commons.threads.ThreadPool
-
Packages that use ThreadPool Package Description org.apache.sling.commons.threads -
-
Uses of ThreadPool in org.apache.sling.commons.threads
Methods in org.apache.sling.commons.threads that return ThreadPool 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.ThreadPoolThreadPoolManager. get(String name)Get a thread pool.Methods in org.apache.sling.commons.threads with parameters of type ThreadPool Modifier and Type Method Description voidThreadPoolManager. release(ThreadPool pool)Release the thread pool again.
-