|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ThreadPool in org.apache.sling.commons.scheduler.impl |
---|
Fields in org.apache.sling.commons.scheduler.impl declared as ThreadPool | |
---|---|
protected ThreadPool |
QuartzScheduler.threadPool
|
Uses of ThreadPool in org.apache.sling.commons.threads |
---|
Methods in org.apache.sling.commons.threads that return ThreadPool | |
---|---|
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. |
ThreadPool |
ThreadPoolManager.get(String name)
Get a thread pool. |
Methods in org.apache.sling.commons.threads with parameters of type ThreadPool | |
---|---|
void |
ThreadPoolManager.release(ThreadPool pool)
Release the thread pool again. |
Uses of ThreadPool in org.apache.sling.commons.threads.impl |
---|
Classes in org.apache.sling.commons.threads.impl that implement ThreadPool | |
---|---|
class |
DefaultThreadPool
The DefaultThreadPool class implements the ThreadPool interface. |
class |
ThreadPoolFacade
This is a facade which is delivered to clients. |
Methods in org.apache.sling.commons.threads.impl that return ThreadPool | |
---|---|
ThreadPool |
DefaultThreadPoolManager.create(ThreadPoolConfig config)
|
ThreadPool |
DefaultThreadPoolManager.create(ThreadPoolConfig config,
String label)
|
ThreadPool |
DefaultThreadPoolManager.get(String name)
|
Methods in org.apache.sling.commons.threads.impl with parameters of type ThreadPool | |
---|---|
void |
DefaultThreadPoolManager.release(ThreadPool pool)
|
Uses of ThreadPool in org.apache.sling.event.impl |
---|
Classes in org.apache.sling.event.impl that implement ThreadPool | |
---|---|
class |
EventingThreadPool
The configurable eventing thread pool. |
Uses of ThreadPool in org.apache.sling.event.impl.support |
---|
Fields in org.apache.sling.event.impl.support declared as ThreadPool | |
---|---|
static ThreadPool |
Environment.THREAD_POOL
Global thread pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |