Uses of Package
org.eclipse.jetty.util.thread
-
Packages that use org.eclipse.jetty.util.thread Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.resource Jetty Util : Common Resource Utilitiesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util Class Description Invocable A task (typically either aRunnableorCallablethat declares how it will behave when invoked:Invocable.InvocationType Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.resource Class Description AutoLock Reentrant lock that can be used in a try-with-resources statement. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.thread Class Description AutoLock Reentrant lock that can be used in a try-with-resources statement.AutoLock.WithCondition A reentrant lock with a condition that can be used in a try-with-resources statement.Invocable.InvocationType QueuedThreadPool A thread pool with a queue of jobs to execute.Scheduler Scheduler.Task ShutdownThread ShutdownThread is a shutdown hook thread implemented as singleton that maintains a list of lifecycle instances that are registered with it and provides ability to stop these lifecycles upon shutdown of the Java Virtual MachineSweeper.Sweepable ASweeper.Sweepableresource implements this interface to signal to aSweeperor to a parent container if it needs to be swept or not.ThreadPool A pool for threads.ThreadPool.SizedThreadPool Specialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.ThreadPoolBudget A budget of required thread usage, used to warn or error for insufficient configured threads.ThreadPoolBudget.Lease TryExecutor A variation of Executor that can confirm if a thread is available immediately -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.thread.strategy Class Description ExecutionStrategy ExecutionStrategy.Producer A producer ofRunnabletasks to run.