| 
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ThreadPoolManager
A ThreadPoolManager manages the thread pool information for a Coherence service thread pool. The thread pool relies on a pluggable ThreadPoolSizingStrategy to analyze the current thread usage and adjust its size accordingly.
The ThreadPoolManager provides a consistent and stable view of DaemonPool state for the duration of the call to ThreadPoolSizingStrategy.adjustPoolSize().
| Method Summary | |
|---|---|
 int | 
getBacklog()Return the backlog of the thread pool.  | 
 int | 
getIdleThreadCount()Return the idle thread count of the thread pool.  | 
 int | 
getMaxPoolSize()Return the maximum size of the thread pool.  | 
 int | 
getMinPoolSize()Return the minimum size of the thread pool.  | 
 int | 
getPoolSize()Return the current size of the thread pool.  | 
 long | 
getThreadDecreaseInterval()Return the time interval for dynamically decreasing the size of the thread pool.  | 
 long | 
getThreadIncreaseInterval()Return the time interval for dynamically increasing the size of the thread pool.  | 
| Method Detail | 
|---|
int getMinPoolSize()
int getMaxPoolSize()
int getPoolSize()
int getBacklog()
int getIdleThreadCount()
long getThreadDecreaseInterval()
long getThreadIncreaseInterval()
  | 
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||