Uses of Class
org.eclipse.jetty.util.Pool.Entry
-
Packages that use Pool.Entry Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Pool.Entry in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Pool.Entry Modifier and Type Method Description Pool.Entry
Pool. acquire()
Acquires an entry from the pool.Pool.Entry
Pool. acquire(java.util.function.Function<Pool.Entry,T> creator)
Acquires an entry from the pool, reserving and creating a new entry if necessary.Pool.Entry
Pool. acquireAt(int idx)
Deprecated.No longer supported.Pool.Entry
Pool. reserve()
Creates a new disabled slot into the pool.Pool.Entry
Pool. reserve(int allotment)
Deprecated.UsePool.reserve()
insteadMethods in org.eclipse.jetty.util that return types with arguments of type Pool.Entry Modifier and Type Method Description java.util.Collection<Pool.Entry>
Pool. values()
Methods in org.eclipse.jetty.util with parameters of type Pool.Entry Modifier and Type Method Description boolean
Pool. release(Pool.Entry entry)
Releases anacquired
entry to the pool.boolean
Pool. remove(Pool.Entry entry)
Removes an entry from the pool.Method parameters in org.eclipse.jetty.util with type arguments of type Pool.Entry Modifier and Type Method Description Pool.Entry
Pool. acquire(java.util.function.Function<Pool.Entry,T> creator)
Acquires an entry from the pool, reserving and creating a new entry if necessary.
-