Class MemoryBoundLinkedBlockingQueue<T>


  • public class MemoryBoundLinkedBlockingQueue<T>
    extends Object
    Similar to LinkedBlockingQueue but can be bounded by the total byte size of the items present in the queue rather than number of items.