Class ArrayByteBufferPool.Quadratic

java.lang.Object
org.eclipse.jetty.io.ArrayByteBufferPool
org.eclipse.jetty.io.ArrayByteBufferPool.Quadratic
All Implemented Interfaces:
ByteBufferPool, org.eclipse.jetty.util.component.Dumpable
Enclosing class:
ArrayByteBufferPool

@Deprecated(forRemoval=true, since="12.1.0") public static class ArrayByteBufferPool.Quadratic extends ArrayByteBufferPool
Deprecated, for removal: This API element is subject to removal in a future version.
Usage of Quadratic is often wasteful of additional space and can increase contention on the larger buffers.
A variant of the ArrayByteBufferPool that uses buckets of buffers that increase in size by a power of 2 (e.g. 1k, 2k, 4k, 8k, etc.).