org.elasticsearch.threadpool.cached
Class CachedThreadPoolManagement

java.lang.Object
  extended by org.elasticsearch.threadpool.cached.CachedThreadPoolManagement

public class CachedThreadPoolManagement
extends java.lang.Object


Constructor Summary
CachedThreadPoolManagement(ThreadPool threadPool)
           
 
Method Summary
 long getActiveCount()
           
 java.lang.String getKeepAlive()
           
 long getKeepAliveInSeconds()
           
 long getPoolSize()
           
 long getSchedulerActiveCount()
           
 long getSchedulerPoolSize()
           
 int getScheduleSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedThreadPoolManagement

@Inject
public CachedThreadPoolManagement(ThreadPool threadPool)
Method Detail

getScheduleSize

public int getScheduleSize()

getKeepAlive

public java.lang.String getKeepAlive()

getKeepAliveInSeconds

public long getKeepAliveInSeconds()

getPoolSize

public long getPoolSize()

getActiveCount

public long getActiveCount()

getSchedulerPoolSize

public long getSchedulerPoolSize()

getSchedulerActiveCount

public long getSchedulerActiveCount()