public static interface ThreadPool.SizedThreadPool extends ThreadPool
ThreadPool.SizedThreadPool
Modifier and Type | Method and Description |
---|---|
int |
getMaxThreads() |
int |
getMinThreads() |
void |
setMaxThreads(int threads) |
void |
setMinThreads(int threads) |
getIdleThreads, getThreads, isLowOnThreads, join
Copyright © 1995-2015 Webtide. All Rights Reserved.