|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Apache20LicenseCompatible @GridMBeanDescription(value="MBean that provides access to information about executor service.") public interface GridExecutorServiceMBean
MBean that provides access to information about executor service.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

| Method Summary | |
|---|---|
int |
getActiveCount()
Returns the approximate number of threads that are actively executing tasks. |
long |
getCompletedTaskCount()
Returns the approximate total number of tasks that have completed execution. |
int |
getCorePoolSize()
Returns the core number of threads. |
long |
getKeepAliveTime()
Returns the thread keep-alive time, which is the amount of time which threads in excess of the core pool size may remain idle before being terminated. |
int |
getLargestPoolSize()
Returns the largest number of threads that have ever simultaneously been in the pool. |
int |
getMaximumPoolSize()
Returns the maximum allowed number of threads. |
int |
getPoolSize()
Returns the current number of threads in the pool. |
int |
getQueueSize()
Gets current size of the execution queue. |
String |
getRejectedExecutionHandlerClass()
Returns the class name of current rejection handler. |
long |
getTaskCount()
Returns the approximate total number of tasks that have been scheduled for execution. |
String |
getThreadFactoryClass()
Returns the class name of thread factory used to create new threads. |
boolean |
isShutdown()
Returns true if this executor has been shut down. |
boolean |
isTerminated()
Returns true if all tasks have completed following shut down. |
boolean |
isTerminating()
Returns true if this executor is in the process of terminating after shutdown() or shutdownNow() but has not completely terminated. |
| Method Detail |
|---|
@GridMBeanDescription(value="Approximate number of threads that are actively executing tasks.") int getActiveCount()
@GridMBeanDescription(value="Approximate total number of tasks that have completed execution.") long getCompletedTaskCount()
@GridMBeanDescription(value="The core number of threads.") int getCorePoolSize()
@GridMBeanDescription(value="Largest number of threads that have ever simultaneously been in the pool.") int getLargestPoolSize()
@GridMBeanDescription(value="The maximum allowed number of threads.") int getMaximumPoolSize()
@GridMBeanDescription(value="Current number of threads in the pool.") int getPoolSize()
@GridMBeanDescription(value="Approximate total number of tasks that have been scheduled for execution.") long getTaskCount()
@GridMBeanDescription(value="Current size of the execution queue.") int getQueueSize()
@GridMBeanDescription(value="Thread keep-alive time, which is the amount of time which threads in excess of the core pool size may remain idle before being terminated.") long getKeepAliveTime()
@GridMBeanDescription(value="True if this executor has been shut down.") boolean isShutdown()
@GridMBeanDescription(value="True if all tasks have completed following shut down.") boolean isTerminated()
@GridMBeanDescription(value="True if terminating but not yet terminated.") boolean isTerminating()
@GridMBeanDescription(value="Class name of current rejection handler.") String getRejectedExecutionHandlerClass()
@GridMBeanDescription(value="Class name of thread factory used to create new threads.") String getThreadFactoryClass()
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|