Uses of Class
org.eclipse.jetty.util.thread.ThreadPoolBudget
Packages that use ThreadPoolBudget
-
Uses of ThreadPoolBudget in org.eclipse.jetty.util.thread
Fields in org.eclipse.jetty.util.thread declared as ThreadPoolBudgetModifier and TypeFieldDescriptionprivate final ThreadPoolBudget
ExecutorThreadPool._budget
private ThreadPoolBudget
QueuedThreadPool._budget
Methods in org.eclipse.jetty.util.thread that return ThreadPoolBudgetModifier and TypeMethodDescriptionExecutorThreadPool.getThreadPoolBudget()
QueuedThreadPool.getThreadPoolBudget()
default ThreadPoolBudget
ThreadPool.SizedThreadPool.getThreadPoolBudget()
Methods in org.eclipse.jetty.util.thread with parameters of type ThreadPoolBudgetModifier and TypeMethodDescriptionvoid
QueuedThreadPool.setThreadPoolBudget
(ThreadPoolBudget budget)