Returns average time in milliseconds a work item waited in the work queue before getting processed.returnan instance of {@link RangeStatistic}
Returns the statistical information about the average completion time of a work item in milliseconds.returnan instance of {@link RangeStatistic}
Returns the statistical information about the number of Threads in the associated ThreaPool, as an instance of BoundedRangeStatistic. This returned value gives an idea about how the pool is changing.returnan instance of {@link BoundedRangeStatistic}
Returns the total number of available threads, as an instance of {@link CountStatistic}.returnan instance of {@link CountStatistic}
Returns the number of busy threads, as an instance of {@link CountStatistic}.returnan instance of {@link CountStatistic}
Returns the the total number of work items added so far to the work queue associated with threadpool.returnan instance of {@link CountStatistic}
Number of items in the work queue.returnan instance of {@link CountStatistic}