Class ConcurrentPool.ConcurrentEntry<E>

java.lang.Object
org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry<E>
All Implemented Interfaces:
Pool.Entry<E>
Enclosing class:
ConcurrentPool<P>

public static class ConcurrentPool.ConcurrentEntry<E> extends Object implements Pool.Entry<E>

A Pool entry that holds metadata and a pooled object.