Uses of Interface
org.eclipse.jetty.util.component.Dumpable
Packages that use Dumpable
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Dumpable in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement DumpableModifier and TypeClassDescriptionstatic classAnAttributesimplementation that lazily creates a backing map iff it is actually needed.classDeprecated.classA concurrent implementation ofPool.classUtility for scanning a directory for added, removed, and changed files and reporting these events via registered Listeners. -
Uses of Dumpable in org.eclipse.jetty.util.component
Subinterfaces of Dumpable in org.eclipse.jetty.util.componentModifier and TypeInterfaceDescriptionstatic interfaceA Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.Classes in org.eclipse.jetty.util.component that implement DumpableModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassclassA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.classclassclassMethods in org.eclipse.jetty.util.component that return DumpableMethods in org.eclipse.jetty.util.component with parameters of type DumpableModifier and TypeMethodDescriptionstatic StringUtility method to dump to aStringstatic voidDumpable.dump(Dumpable dumpable, Appendable out) Utility method to dump to anAppendable -
Uses of Dumpable in org.eclipse.jetty.util.compression
Classes in org.eclipse.jetty.util.compression that implement Dumpable -
Uses of Dumpable in org.eclipse.jetty.util.jndi
Classes in org.eclipse.jetty.util.jndi that implement DumpableModifier and TypeClassDescriptionclassA utility Dumpable to dump a JNDI naming context tree. -
Uses of Dumpable in org.eclipse.jetty.util.resource
Subinterfaces of Dumpable in org.eclipse.jetty.util.resourceClasses in org.eclipse.jetty.util.resource that implement DumpableModifier and TypeClassDescriptionclassTODO figure out if this should be a LifeCycle or not, how many instances of this class can reside in a JVM, who can call sweep and when. -
Uses of Dumpable in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement DumpableModifier and TypeClassDescriptionclassTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory.classSslContextFactory is used to configure SSL parameters to be used by server and client connectors.static classstatic class -
Uses of Dumpable in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement DumpableModifier and TypeClassDescriptionclassAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classA thread pool with a queue of jobs to execute.classA TryExecutor using pre-allocated/reserved threads from an external Executor.classImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classThreadIdPool<E>A fixed sized pool of items that uses ThreadId to avoid contention.classclassAn implementation ofThreadPoolinterface that does not pool, but instead usesVirtualThreads. -
Uses of Dumpable in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement DumpableModifier and TypeClassDescriptionclassAn adaptive execution strategy that uses theInvocablestatus of both the task and the current thread to select an optimal strategy that prioritizes executing the task immediately in the current producing thread if it can be done so without thread starvation issues.classDeprecated, for removal: This API element is subject to removal in a future version.This class has been renamed toAdaptiveExecutionStrategy
Attributes.Mapped