Uses of Interface
org.eclipse.jetty.util.Pool.Entry
Packages that use Pool.Entry
Package
Description
Jetty Util : Common Utility Classes
-
Uses of Pool.Entry in org.eclipse.jetty.io.internal
Methods in org.eclipse.jetty.io.internal that return Pool.EntryModifier and TypeMethodDescriptionCompoundPool.acquire()
QueuedPool.acquire()
CompoundPool.reserve()
QueuedPool.reserve()
Methods in org.eclipse.jetty.io.internal that return types with arguments of type Pool.Entry -
Uses of Pool.Entry in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Pool.EntryModifier and TypeClassDescriptionstatic class
A Pool entry that holds metadata and a pooled object.static class
A wrapper forEntry
instances.Methods in org.eclipse.jetty.util that return Pool.EntryModifier and TypeMethodDescriptionConcurrentPool.acquire()
LockedPool.acquire()
LockedPool.acquire
(Function<Pool.Entry<P>, P> creator) Pool.acquire()
Acquires an entry from the pool.default Pool.Entry<P>
Pool.acquire
(Function<Pool.Entry<P>, P> creator) Acquires an entry from the pool, reserving and creating a new entry if necessary.Pool.Wrapper.acquire()
Pool.Wrapper.acquire
(Function<Pool.Entry<W>, W> creator) Pool.Entry.Wrapper.getWrapped()
ConcurrentPool.reserve()
LockedPool.reserve()
Pool.reserve()
Creates a new disabled slot into the pool.Pool.Wrapper.reserve()
Methods in org.eclipse.jetty.util that return types with arguments of type Pool.EntryModifier and TypeMethodDescriptionConcurrentPool.stream()
LockedPool.stream()
Pool.stream()
Pool.Wrapper.stream()
ConcurrentPool.terminate()
LockedPool.terminate()
Pool.terminate()
Terminates thisPool
.Pool.Wrapper.terminate()
Methods in org.eclipse.jetty.util with parameters of type Pool.EntryModifier 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
.Method parameters in org.eclipse.jetty.util with type arguments of type Pool.EntryModifier and TypeMethodDescriptionLockedPool.acquire
(Function<Pool.Entry<P>, P> creator) default Pool.Entry<P>
Pool.acquire
(Function<Pool.Entry<P>, P> creator) Acquires an entry from the pool, reserving and creating a new entry if necessary.Pool.Wrapper.acquire
(Function<Pool.Entry<W>, W> creator) default void
LockedPool.Tracker.terminated
(Pool<T> pool, Collection<Pool.Entry<T>> entries) Callback method invoked when thePool
isterminated
.Constructors in org.eclipse.jetty.util with parameters of type Pool.Entry