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 ThreadPool Utilities
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.utilClassDescriptionA task (typically either a
RunnableorInvocable.Callablethat declares how it will behave when invoked:The behavior of anInvocabletask when it is called.Schedules tasks to be executed after a delay. -
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.A task (typically either a
RunnableorInvocable.Callablethat declares how it will behave when invoked:The behavior of anInvocabletask when it is called.ARunnabletask with anInvocable.InvocationType.An abstract partial implementation of TaskA thread pool with a queue of jobs to execute.Schedules tasks to be executed after a delay.A delayed task that can be cancelled.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