|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadPoolProfileDefinition | |
|---|---|
| org.apache.camel.blueprint | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| org.apache.camel.core.xml | The classes for working with Camel and XML along with the primary factory beans. |
| org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
| org.apache.camel.spring | The classes for working with Camel and Spring along with the primary factory beans. |
| Uses of ThreadPoolProfileDefinition in org.apache.camel.blueprint |
|---|
| Methods in org.apache.camel.blueprint that return types with arguments of type ThreadPoolProfileDefinition | |
|---|---|
List<ThreadPoolProfileDefinition> |
CamelContextFactoryBean.getThreadPoolProfiles()
|
| Method parameters in org.apache.camel.blueprint with type arguments of type ThreadPoolProfileDefinition | |
|---|---|
void |
CamelContextFactoryBean.setThreadPoolProfiles(List<ThreadPoolProfileDefinition> threadPoolProfiles)
|
| Uses of ThreadPoolProfileDefinition in org.apache.camel.core.xml |
|---|
| Methods in org.apache.camel.core.xml that return types with arguments of type ThreadPoolProfileDefinition | |
|---|---|
abstract List<ThreadPoolProfileDefinition> |
AbstractCamelContextFactoryBean.getThreadPoolProfiles()
|
| Uses of ThreadPoolProfileDefinition in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return ThreadPoolProfileDefinition | |
|---|---|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.keepAliveTime(long keepAliveTime)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.keepAliveTime(String keepAliveTime)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.maxPoolSize(int maxPoolSize)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.maxPoolSize(String maxPoolSize)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.maxQueueSize(int maxQueueSize)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.maxQueueSize(String maxQueueSize)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.poolSize(int poolSize)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.poolSize(String poolSize)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.timeUnit(TimeUnit timeUnit)
|
| Uses of ThreadPoolProfileDefinition in org.apache.camel.spring |
|---|
| Methods in org.apache.camel.spring that return types with arguments of type ThreadPoolProfileDefinition | |
|---|---|
List<ThreadPoolProfileDefinition> |
CamelContextFactoryBean.getThreadPoolProfiles()
|
| Method parameters in org.apache.camel.spring with type arguments of type ThreadPoolProfileDefinition | |
|---|---|
void |
CamelContextFactoryBean.setThreadPoolProfiles(List<ThreadPoolProfileDefinition> threadPoolProfiles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||