Package com.newstep.solid.processor.threepass.management

 
Package Diagram Summary
management 
 
Class Summary
ThreePassProcessorConfiguration 
ThreePassProcessorManager 

 
Interface Summary
ThreePassProcessorManagerMBean 
Package Elements Detail
ThreePassProcessorManagerMBean
 

 
Operation Summary
getDecoderActiveCount 
getDecoderCompletedTaskCount 
getDecoderCorePoolSize 
getDecoderKeepAliveTime 
getDecoderLargestPoolSize 
getDecoderMaximumPoolSize 
getDecoderPoolSize 
getDecoderTaskCount 
getDispatcherActiveCount 
getDispatcherCompletedTaskCount 
getDispatcherCorePoolSize 
getDispatcherKeepAliveTime 
getDispatcherLargestPoolSize 
getDispatcherMaximumPoolSize 
getDispatcherPoolSize 
getDispatcherTaskCount 
getProcessorActiveCount 
getProcessorCompletedTaskCount 
getProcessorCorePoolSize 
getProcessorKeepAliveTime 
getProcessorLargestPoolSize 
getProcessorMaximumPoolSize 
getProcessorPoolSize 
getProcessorTaskCount 
setDecoderCorePoolSizeSets the core number of threads on the decoder pool.
setDecoderKeepAliveTimeSets the time limit in seconds for which threads may remain idle before being
terminated.
setDecoderMaximumPoolSizeSets the maximum allowed number of threads for the decoder pool.
setDispatcherCorePoolSizeSets the core number of threads on the dispatcher pool.
setDispatcherKeepAliveTimeSets the time in seconds limit for which threads may remain idle before being
terminated.
setDispatcherMaximumPoolSizeSets the maximum allowed number of threads for the dispatcher pool.
setProcessorCorePoolSizeSets the core number of threads on the processor pool.
setProcessorKeepAliveTimeSets the time limit in seconds for which threads may remain idle before being
terminated.
setProcessorMaximumPoolSizeSets the maximum allowed number of threads for the processor pool.

getDecoderActiveCount
 
Return:
the approximate number of threads that are actively executing
tasks on the decoder pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDecoderCompletedTaskCount
 
Return:
the approximate total number of tasks that have completed execution
on the decoder pool
Abstract.
 

 
Parameter Summary
return 

return
 

getDecoderCorePoolSize
 
Return:
the core number of threads for the decoder pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDecoderKeepAliveTime
 
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.
 

 
Parameter Summary
return 

return
 

getDecoderLargestPoolSize
 
Return:
the largest number of threads that have ever simultaneously been
in the decoder pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDecoderMaximumPoolSize
 
Return:
the maximum allowed number of threads for the decoder pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDecoderPoolSize
 
Return:
the current number of threads in the decoder pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDecoderTaskCount
 
Return:
the approximate total number of tasks that have been scheduled
for execution.
Abstract.
 

 
Parameter Summary
return 

return
 

getDispatcherActiveCount
 
Return:
the approximate number of threads that are actively executing
tasks on the dispatcher pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDispatcherCompletedTaskCount
 
Return:
the approximate total number of tasks that have completed execution
on the dispatcher pool
Abstract.
 

 
Parameter Summary
return 

return
 

getDispatcherCorePoolSize
 
Return:
the core number of threads for the dispatcher pool.
Abstract.
 

 
Parameter Summary
return 

return
 

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.
 

 
Parameter Summary
return 

return
 

getDispatcherLargestPoolSize
 
Return:
the largest number of threads that have ever simultaneously been
in the dispatcher pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDispatcherMaximumPoolSize
 
Return:
the maximum allowed number of threads for the dispatcher pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDispatcherPoolSize
 
Return:
the current number of threads in the dispatcher pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getDispatcherTaskCount
 
Return:
the approximate total number of tasks that have been scheduled
for execution.
Abstract.
 

 
Parameter Summary
return 

return
 

getProcessorActiveCount
 
Return:
the approximate number of threads that are actively executing
tasks on the processor pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getProcessorCompletedTaskCount
 
Return:
the approximate total number of tasks that have completed execution
on the processor pool
Abstract.
 

 
Parameter Summary
return 

return
 

getProcessorCorePoolSize
 
Return:
the core number of threads for the processor pool.
Abstract.
 

 
Parameter Summary
return 

return
 

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.
 

 
Parameter Summary
return 

return
 

getProcessorLargestPoolSize
 
Return:
the largest number of threads that have ever simultaneously been
in the processor pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getProcessorMaximumPoolSize
 
Return:
the maximum allowed number of threads for the processor pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getProcessorPoolSize
 
Return:
the current number of threads in the processor pool.
Abstract.
 

 
Parameter Summary
return 

return
 

getProcessorTaskCount
 
Return:
the approximate total number of tasks that have been scheduled
for execution.
Abstract.
 

 
Parameter Summary
return 

return
 

setDecoderCorePoolSize
 
Sets the core number of threads on the decoder pool.
Parameters:
corePoolSize
Abstract.
 

 
Parameter Summary
corePoolSize 

corePoolSize
 

setDecoderKeepAliveTime
 
Sets the time limit in seconds for which threads may remain idle before being
terminated.
Parameters:
time
Abstract.
 

 
Parameter Summary
time 

time
 

setDecoderMaximumPoolSize
 
Sets the maximum allowed number of threads for the decoder pool.
Parameters:
maximumPoolSize
Abstract.
 

 
Parameter Summary
maximumPoolSize 

maximumPoolSize
 

setDispatcherCorePoolSize
 
Sets the core number of threads on the dispatcher pool.
Parameters:
corePoolSize
Abstract.
 

 
Parameter Summary
corePoolSize 

corePoolSize
 

setDispatcherKeepAliveTime
 
Sets the time in seconds limit for which threads may remain idle before being
terminated.
Parameters:
time
Abstract.
 

 
Parameter Summary
time 

time
 

setDispatcherMaximumPoolSize
 
Sets the maximum allowed number of threads for the dispatcher pool.
Parameters:
maximumPoolSize
Abstract.
 

 
Parameter Summary
maximumPoolSize 

maximumPoolSize
 

setProcessorCorePoolSize
 
Sets the core number of threads on the processor pool.
Parameters:
corePoolSize
Abstract.
 

 
Parameter Summary
corePoolSize 

corePoolSize
 

setProcessorKeepAliveTime
 
Sets the time limit in seconds for which threads may remain idle before being
terminated.
Parameters:
time
Abstract.
 

 
Parameter Summary
time 

time
 

setProcessorMaximumPoolSize
 
Sets the maximum allowed number of threads for the processor pool.
Parameters:
maximumPoolSize
Abstract.
 

 
Parameter Summary
maximumPoolSize 

maximumPoolSize