Uses of Interface
org.eclipse.jetty.util.Pool.Entry
Packages that use Pool.Entry
- 
Uses of Pool.Entry in org.eclipse.jetty.utilClasses in org.eclipse.jetty.util that implement Pool.EntryModifier and TypeClassDescriptionstatic classA Pool entry that holds metadata and a pooled object.static classA wrapper forEntryinstances.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 voidLockedPool.Tracker.acquired(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isacquired.default voidLockedPool.Tracker.released(Pool<T> pool, Pool.Entry<T> entry) Callback method invoked when an entry isreleased.default voidLockedPool.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 voidLockedPool.Tracker.terminated(Pool<T> pool, Collection<Pool.Entry<T>> entries) Callback method invoked when thePoolisterminated.Constructors in org.eclipse.jetty.util with parameters of type Pool.Entry