Uses of Interface
org.eclipse.jetty.util.Pool
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Util : Common Utility Classes
-
Uses of Pool in org.eclipse.jetty.io
-
Uses of Pool in org.eclipse.jetty.io.internal
Modifier and TypeClassDescriptionclass
CompoundPool<P>
APool
implementation that uses a primary pool which overflows to a secondary pool.class
QueuedPool<P>
-
Uses of Pool in org.eclipse.jetty.util
Modifier and TypeClassDescriptionclass
A concurrent implementation ofPool
.class
LockedPool<P>
APool.Wrapper
that tracks the acquire/release/remove pool events.static class
Pool.Wrapper<W>
A wrapper forPool
instances.Modifier and TypeMethodDescriptionPool.Wrapper.getWrapped()
Pool.Factory.newPool()
Wraps, if necessary, the given pool.Modifier and TypeMethodDescriptiondefault void
LockedPool.Tracker.acquired
(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isacquired
.default void
LockedPool.Tracker.released
(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isreleased
.default void
LockedPool.Tracker.removed
(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isremoved
.default void
LockedPool.Tracker.terminated
(Pool<T> pool, Collection<Pool.Entry<T>> entries) Callback method invoked when thePool
isterminated
.Wraps, if necessary, the given pool.ModifierConstructorDescriptionLockedPool
(Pool<P> pool) LockedPool
(Pool<P> pool, LockedPool.Tracker<P> tracker) -
Uses of Pool in org.eclipse.jetty.util.compression