Uses of Class
org.eclipse.jetty.io.ByteBufferPool.Bucket
Packages that use ByteBufferPool.Bucket
-
Uses of ByteBufferPool.Bucket in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as ByteBufferPool.BucketModifier and TypeFieldDescriptionprivate final ByteBufferPool.Bucket[]
ArrayByteBufferPool._direct
private final ByteBufferPool.Bucket[]
ArrayByteBufferPool._indirect
Fields in org.eclipse.jetty.io with type parameters of type ByteBufferPool.BucketModifier and TypeFieldDescriptionprivate final ConcurrentMap
<Integer, ByteBufferPool.Bucket> MappedByteBufferPool._directBuffers
private final ConcurrentMap
<Integer, ByteBufferPool.Bucket> MappedByteBufferPool._heapBuffers
private final Function
<Integer, ByteBufferPool.Bucket> MappedByteBufferPool._newBucket
Methods in org.eclipse.jetty.io that return ByteBufferPool.BucketModifier and TypeMethodDescriptionprivate ByteBufferPool.Bucket
ArrayByteBufferPool.bucketFor
(int capacity, boolean direct, IntFunction<ByteBufferPool.Bucket> newBucket) (package private) ByteBufferPool.Bucket[]
ArrayByteBufferPool.bucketsFor
(boolean direct) private ByteBufferPool.Bucket
ArrayByteBufferPool.newBucket
(int key) private ByteBufferPool.Bucket
MappedByteBufferPool.newBucket
(int key) Methods in org.eclipse.jetty.io that return types with arguments of type ByteBufferPool.BucketModifier and TypeMethodDescription(package private) ConcurrentMap
<Integer, ByteBufferPool.Bucket> MappedByteBufferPool.bucketsFor
(boolean direct) Method parameters in org.eclipse.jetty.io with type arguments of type ByteBufferPool.BucketModifier and TypeMethodDescriptionprivate ByteBufferPool.Bucket
ArrayByteBufferPool.bucketFor
(int capacity, boolean direct, IntFunction<ByteBufferPool.Bucket> newBucket) Constructor parameters in org.eclipse.jetty.io with type arguments of type ByteBufferPool.BucketModifierConstructorDescriptionMappedByteBufferPool
(int factor, int maxQueueLength, Function<Integer, ByteBufferPool.Bucket> newBucket) Creates a new MappedByteBufferPool with the given configuration.MappedByteBufferPool
(int factor, int maxQueueLength, Function<Integer, ByteBufferPool.Bucket> newBucket, long maxHeapMemory, long maxDirectMemory) Creates a new MappedByteBufferPool with the given configuration.