Class MemoryBoundLinkedBlockingQueue<T>

java.lang.Object
org.apache.druid.java.util.common.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.