org.eclipse.jetty.util.thread
接口 ThreadPool.SizedThreadPool

所有超级接口:
ThreadPool
所有已知实现类:
QueuedThreadPool
正在封闭接口:
ThreadPool

public static interface ThreadPool.SizedThreadPool
extends ThreadPool


嵌套类摘要
 
从接口 org.eclipse.jetty.util.thread.ThreadPool 继承的嵌套类/接口
ThreadPool.SizedThreadPool
 
方法摘要
 int getMaxThreads()
           
 int getMinThreads()
           
 void setMaxThreads(int threads)
           
 void setMinThreads(int threads)
           
 
从接口 org.eclipse.jetty.util.thread.ThreadPool 继承的方法
dispatch, getIdleThreads, getThreads, isLowOnThreads, join
 

方法详细信息

getMinThreads

int getMinThreads()

getMaxThreads

int getMaxThreads()

setMinThreads

void setMinThreads(int threads)

setMaxThreads

void setMaxThreads(int threads)


Copyright © 2013. All Rights Reserved.