Uses of Interface
org.eclipse.jetty.util.thread.ThreadPoolBudget.Lease
-
Packages that use ThreadPoolBudget.Lease Package Description org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of ThreadPoolBudget.Lease in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement ThreadPoolBudget.Lease Modifier and Type Class Description class
ThreadPoolBudget.Leased
An allocation of threadsMethods in org.eclipse.jetty.util.thread that return ThreadPoolBudget.Lease Modifier and Type Method Description static ThreadPoolBudget.Lease
ThreadPoolBudget. leaseFrom(java.util.concurrent.Executor executor, java.lang.Object leasee, int threads)
ThreadPoolBudget.Lease
ThreadPoolBudget. leaseTo(java.lang.Object leasee, int threads)
-