Uses of Class
org.eclipse.jetty.util.thread.ThreadPoolBudget
-
Packages that use ThreadPoolBudget Package Description org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of ThreadPoolBudget in org.eclipse.jetty.util.thread
Fields in org.eclipse.jetty.util.thread declared as ThreadPoolBudget Modifier and Type Field Description private ThreadPoolBudget
ExecutorThreadPool. _budget
private ThreadPoolBudget
QueuedThreadPool. _budget
Methods in org.eclipse.jetty.util.thread that return ThreadPoolBudget Modifier and Type Method Description ThreadPoolBudget
ExecutorThreadPool. getThreadPoolBudget()
ThreadPoolBudget
QueuedThreadPool. getThreadPoolBudget()
default ThreadPoolBudget
ThreadPool.SizedThreadPool. getThreadPoolBudget()
Methods in org.eclipse.jetty.util.thread with parameters of type ThreadPoolBudget Modifier and Type Method Description void
QueuedThreadPool. setThreadPoolBudget(ThreadPoolBudget budget)
-