V - value typepublic interface RPriorityQueue<V> extends RQueue<V>, RObject
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super V> |
comparator()
Returns comparator used by this queue
|
V |
pollLastAndOfferFirstTo(String queueName)
Retrieves and removes last available tail element of this queue queue and adds it at the head of
queueName. |
List<V> |
readAll()
Returns all queue elements at once
|
boolean |
trySetComparator(Comparator<? super V> comparator)
Sets new comparator only if current set is empty
|
addListener, polladdAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayclearExpire, expire, expire, expireAt, expireAt, remainTimeToLivecopy, delete, dump, getCodec, getIdleTime, getName, isExists, migrate, move, removeListener, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, sizeInMemory, touch, unlinkaddListenerAsync, offerAsync, peekAsync, pollAsync, pollAsync, pollLastAndOfferFirstToAsync, readAllAsyncaddAllAsync, addAsync, containsAllAsync, containsAsync, removeAllAsync, removeAsync, retainAllAsync, sizeAsyncclearExpireAsync, expireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsynccopyAsync, deleteAsync, dumpAsync, getIdleTimeAsync, isExistsAsync, migrateAsync, moveAsync, removeListenerAsync, renameAsync, renamenxAsync, restoreAndReplaceAsync, restoreAndReplaceAsync, restoreAsync, restoreAsync, sizeInMemoryAsync, touchAsync, unlinkAsyncComparator<? super V> comparator()
V pollLastAndOfferFirstTo(String queueName)
queueName.pollLastAndOfferFirstTo in interface RQueue<V>queueName - - names of destination queuenull if the
specified waiting time elapses before an element is availableboolean trySetComparator(Comparator<? super V> comparator)
comparator - for valuestrue if new comparator setted
false otherwiseCopyright © 2014–2021 Redisson. All rights reserved.