public static class QuotaExhaustionActionImpl.SetBlockingQueue<T> extends LinkedBlockingQueue<T>
Constructor and Description |
---|
SetBlockingQueue(int capacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T t) |
T |
take() |
clear, contains, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, toArray, toArray, toString
addAll, element, remove
containsAll, isEmpty, removeAll, retainAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, stream
public boolean add(T t)
add
in interface Collection<T>
add
in interface BlockingQueue<T>
add
in interface Queue<T>
add
in class AbstractQueue<T>
public T take() throws InterruptedException
take
in interface BlockingQueue<T>
take
in class LinkedBlockingQueue<T>
InterruptedException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.