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 classThreadPoolBudget.LeasedAn allocation of threadsMethods in org.eclipse.jetty.util.thread that return ThreadPoolBudget.Lease Modifier and Type Method Description static ThreadPoolBudget.LeaseThreadPoolBudget. leaseFrom(java.util.concurrent.Executor executor, java.lang.Object leasee, int threads)ThreadPoolBudget.LeaseThreadPoolBudget. leaseTo(java.lang.Object leasee, int threads)
-