Uses of Interface
org.apache.bookkeeper.common.collections.BatchedBlockingQueue
Packages that use BatchedBlockingQueue
Package
Description
Provides a Bookie server that stores entries for clients.
Bookkeeper common collections.
-
Uses of BatchedBlockingQueue in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as BatchedBlockingQueueModifier and TypeFieldDescription(package private) BatchedBlockingQueue<Journal.ForceWriteRequest>Journal.forceWriteRequests(package private) final BatchedBlockingQueue<Journal.QueueEntry>Journal.queueMethods in org.apache.bookkeeper.bookie with parameters of type BatchedBlockingQueueModifier and TypeMethodDescriptionvoidJournal.setForceWriteRequests(BatchedBlockingQueue<Journal.ForceWriteRequest> forceWriteRequests) -
Uses of BatchedBlockingQueue in org.apache.bookkeeper.common.collections
Classes in org.apache.bookkeeper.common.collections that implement BatchedBlockingQueueModifier and TypeClassDescriptionclassThis implements aBlockingQueuebacked by an array with fixed capacity.classBlocking queue optimized for multiple producers and single consumer.