Package com.newstep.solid.processor.threepass.management
ThreePassProcessorManagerMBean
Return:
the approximate number of threads that are actively executing
tasks on the decoder pool.
Abstract.
getDecoderCompletedTaskCount
Return:
the approximate total number of tasks that have completed execution
on the decoder pool
Abstract.
Return:
the core number of threads for the decoder pool.
Abstract.
Return:
the thread keep-alive time in seconds, which is the amount of time which
threads in excess of the core pool size may remain idle before
being terminated.
Abstract.
getDecoderLargestPoolSize
Return:
the largest number of threads that have ever simultaneously been
in the decoder pool.
Abstract.
getDecoderMaximumPoolSize
Return:
the maximum allowed number of threads for the decoder pool.
Abstract.
Return:
the current number of threads in the decoder pool.
Abstract.
Return:
the approximate total number of tasks that have been scheduled
for execution.
Abstract.
Return:
the approximate number of threads that are actively executing
tasks on the dispatcher pool.
Abstract.
getDispatcherCompletedTaskCount
Return:
the approximate total number of tasks that have completed execution
on the dispatcher pool
Abstract.
getDispatcherCorePoolSize
Return:
the core number of threads for the dispatcher pool.
Abstract.
getDispatcherKeepAliveTime
Return:
the thread keep-alive time in seconds, which is the amount of time which
threads in excess of the core pool size may remain idle before
being terminated.
Abstract.
getDispatcherLargestPoolSize
Return:
the largest number of threads that have ever simultaneously been
in the dispatcher pool.
Abstract.
getDispatcherMaximumPoolSize
Return:
the maximum allowed number of threads for the dispatcher pool.
Abstract.
Return:
the current number of threads in the dispatcher pool.
Abstract.
Return:
the approximate total number of tasks that have been scheduled
for execution.
Abstract.
Return:
the approximate number of threads that are actively executing
tasks on the processor pool.
Abstract.
getProcessorCompletedTaskCount
Return:
the approximate total number of tasks that have completed execution
on the processor pool
Abstract.
Return:
the core number of threads for the processor pool.
Abstract.
getProcessorKeepAliveTime
Return:
the thread keep-alive time in seconds, which is the amount of time which
threads in excess of the core pool size may remain idle before
being terminated.
Abstract.
getProcessorLargestPoolSize
Return:
the largest number of threads that have ever simultaneously been
in the processor pool.
Abstract.
getProcessorMaximumPoolSize
Return:
the maximum allowed number of threads for the processor pool.
Abstract.
Return:
the current number of threads in the processor pool.
Abstract.
Return:
the approximate total number of tasks that have been scheduled
for execution.
Abstract.
Sets the core number of threads on the decoder pool.
Parameters:
corePoolSize
Abstract.
Sets the time limit in seconds for which threads may remain idle before being
terminated.
Parameters:
time
Abstract.
setDecoderMaximumPoolSize
Sets the maximum allowed number of threads for the decoder pool.
Parameters:
maximumPoolSize
Abstract.
setDispatcherCorePoolSize
Sets the core number of threads on the dispatcher pool.
Parameters:
corePoolSize
Abstract.
setDispatcherKeepAliveTime
Sets the time in seconds limit for which threads may remain idle before being
terminated.
Parameters:
time
Abstract.
setDispatcherMaximumPoolSize
Sets the maximum allowed number of threads for the dispatcher pool.
Parameters:
maximumPoolSize
Abstract.
Sets the core number of threads on the processor pool.
Parameters:
corePoolSize
Abstract.
setProcessorKeepAliveTime
Sets the time limit in seconds for which threads may remain idle before being
terminated.
Parameters:
time
Abstract.
setProcessorMaximumPoolSize
Sets the maximum allowed number of threads for the processor pool.
Parameters:
maximumPoolSize
Abstract.