Class ThreadPoolBudget

java.lang.Object
org.eclipse.jetty.util.thread.ThreadPoolBudget

@ManagedObject public class ThreadPoolBudget extends Object

A budget of required thread usage, used to warn or error for insufficient configured threads.

See Also:
  • Constructor Details

    • ThreadPoolBudget

      public ThreadPoolBudget(ThreadPool.SizedThreadPool pool)
      Construct a budget for a SizedThreadPool.
      Parameters:
      pool - The pool to budget thread allocation for.
  • Method Details