Uses of Package
org.eclipse.jetty.util.thread
Packages that use org.eclipse.jetty.util.thread
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Common Resource Utilities
Jetty Util : Common ThreadPool Utilities
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.resource
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.threadClassDescriptionReentrant lock that can be used in a try-with-resources statement.A reentrant lock with a condition that can be used in a try-with-resources statement.The behavior of an
Invocablewhen it is invoked.A task with anInvocable.InvocationType.A thread pool with a queue of jobs to execute.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 MachineASweeper.Sweepableresource implements this interface to signal to aSweeperor to a parent container if it needs to be swept or not.A pool for threads.Specialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.A budget of required thread usage, used to warn or error for insufficient configured threads.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