Package org.apache.bookkeeper.common.collections
package org.apache.bookkeeper.common.collections
Bookkeeper common collections.
-
ClassDescriptionThis implements a
BlockingQueuebacked by an array with fixed capacity.Blocking queue optimized for multiple producers and single consumer.Utility class to use "Thread.onSpinWait()" when available.This implements aBlockingQueuebacked by an array with no fixed capacity.A simple list which is recyclable.An ArrayList recycler.