Showing:

Attributes
Facets
Model
Properties
Complex Type tns:threadPoolProfileDefinition
Namespace http://camel.apache.org/schema/spring
Type extension of tns:optionalIdentifiedDefinition
Type hierarchy
Model
Children tns:description
Attributes
QName Type Use Annotation
allowCoreThreadTimeOut xs:string optional
Whether idle core threads is allowed to timeout and therefore can shrink the
pool size below the core pool size Is by default false
customId xs:boolean optional
defaultProfile xs:boolean optional
Whether this profile is the default thread pool profile
id xs:string optional
Sets the id of this node
keepAliveTime xs:string optional
Sets the keep alive time for idle threads in the pool
maxPoolSize xs:string optional
Sets the maximum pool size
maxQueueSize xs:string optional
Sets the maximum number of tasks in the work queue. Use -1 or Integer.MAX_VALUE
for an unbounded queue
poolSize xs:string optional
Sets the core pool size
rejectedPolicy tns:threadPoolRejectedPolicy optional
Sets the handler for tasks which cannot be executed by the thread pool.
timeUnit xs:string optional
Sets the time unit to use for keep alive time By default SECONDS is used.
Attribute tns:threadPoolProfileDefinition / @defaultProfile
Namespace No namespace
Type xs:boolean
Properties
content simple
Attribute tns:threadPoolProfileDefinition / @poolSize
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadPoolProfileDefinition / @maxPoolSize
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadPoolProfileDefinition / @keepAliveTime
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadPoolProfileDefinition / @timeUnit
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadPoolProfileDefinition / @maxQueueSize
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadPoolProfileDefinition / @allowCoreThreadTimeOut
Namespace No namespace
Type xs:string
Properties
content simple
Attribute tns:threadPoolProfileDefinition / @rejectedPolicy
Namespace No namespace
Type tns:threadPoolRejectedPolicy
Properties
content simple
Facets
enumeration Discard
enumeration CallerRuns
enumeration DiscardOldest
enumeration Abort