|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadPoolProfile | |
|---|---|
| org.apache.camel.impl | Default implementation classes for Camel Core |
| org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
| org.apache.camel.spi | Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. |
| Uses of ThreadPoolProfile in org.apache.camel.impl |
|---|
| Classes in org.apache.camel.impl that implement ThreadPoolProfile | |
|---|---|
class |
ThreadPoolProfileSupport
|
| Methods in org.apache.camel.impl that return ThreadPoolProfile | |
|---|---|
ThreadPoolProfile |
DefaultExecutorServiceStrategy.getDefaultThreadPoolProfile()
|
ThreadPoolProfile |
DefaultExecutorServiceStrategy.getThreadPoolProfile(String id)
|
| Methods in org.apache.camel.impl with parameters of type ThreadPoolProfile | |
|---|---|
void |
DefaultExecutorServiceStrategy.registerThreadPoolProfile(ThreadPoolProfile profile)
|
void |
DefaultExecutorServiceStrategy.setDefaultThreadPoolProfile(ThreadPoolProfile defaultThreadPoolProfile)
|
| Uses of ThreadPoolProfile in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return ThreadPoolProfile | |
|---|---|
ThreadPoolProfile |
ThreadPoolProfileDefinition.asThreadPoolProfile(CamelContext context)
Creates a ThreadPoolProfile instance based on this definition. |
| Constructors in org.apache.camel.model with parameters of type ThreadPoolProfile | |
|---|---|
ThreadPoolProfileDefinition(ThreadPoolProfile threadPoolProfile)
|
|
| Uses of ThreadPoolProfile in org.apache.camel.spi |
|---|
| Methods in org.apache.camel.spi that return ThreadPoolProfile | |
|---|---|
ThreadPoolProfile |
ExecutorServiceStrategy.getDefaultThreadPoolProfile()
Gets the default thread pool profile |
ThreadPoolProfile |
ExecutorServiceStrategy.getThreadPoolProfile(String id)
Gets the thread pool profile by the given id |
| Methods in org.apache.camel.spi with parameters of type ThreadPoolProfile | |
|---|---|
void |
ExecutorServiceStrategy.registerThreadPoolProfile(ThreadPoolProfile profile)
Registers the given thread pool profile |
void |
ExecutorServiceStrategy.setDefaultThreadPoolProfile(ThreadPoolProfile defaultThreadPoolProfile)
Sets the default thread pool profile |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||