BlockingQueue
interface will add elements up to the mark. We call this mark the waterMark. After the water mark the all the insertion operations will fails as if the queue is bounded by this waterMark. After this to add values to the queue the offerAfter method should be called.
@param < T> The object
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|