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._directprivate final ByteBufferPool.Bucket[]ArrayByteBufferPool._indirectFields in org.eclipse.jetty.io with type parameters of type ByteBufferPool.BucketModifier and TypeFieldDescriptionprivate final ConcurrentMap<Integer, ByteBufferPool.Bucket> MappedByteBufferPool._directBuffersprivate final ConcurrentMap<Integer, ByteBufferPool.Bucket> MappedByteBufferPool._heapBuffersprivate final Function<Integer, ByteBufferPool.Bucket> MappedByteBufferPool._newBucketMethods in org.eclipse.jetty.io that return ByteBufferPool.BucketModifier and TypeMethodDescriptionprivate ByteBufferPool.BucketArrayByteBufferPool.bucketFor(int capacity, boolean direct, IntFunction<ByteBufferPool.Bucket> newBucket) (package private) ByteBufferPool.Bucket[]ArrayByteBufferPool.bucketsFor(boolean direct) private ByteBufferPool.BucketArrayByteBufferPool.newBucket(int key) private ByteBufferPool.BucketMappedByteBufferPool.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.BucketArrayByteBufferPool.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.