V
- the type of elements held in this collectionCollection<V>
, Iterable<V>
, Queue<V>
, RCollectionAsync<V>
, RExpirable
, RExpirableAsync
, RObject
, RObjectAsync
, RQueueAsync<V>
RBlockingDeque<V>
, RBlockingQueue<V>
, RBoundedBlockingQueue<V>
, RDelayedQueue<V>
, RDeque<V>
, RPriorityBlockingDeque<V>
, RPriorityBlockingQueue<V>
RedissonBlockingDeque
, RedissonBlockingQueue
, RedissonBoundedBlockingQueue
, RedissonDelayedQueue
, RedissonDeque
, RedissonPriorityBlockingDeque
, RedissonPriorityBlockingQueue
, RedissonQueue
public interface RQueue<V> extends Queue<V>, RExpirable, RQueueAsync<V>
Queue
backed by RedisModifier and Type | Method | Description |
---|---|---|
V |
pollLastAndOfferFirstTo(String dequeName) |
|
List<V> |
readAll() |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
addAllAsync, addAsync, containsAllAsync, containsAsync, removeAllAsync, removeAsync, retainAllAsync, sizeAsync
clearExpire, expire, expireAt, expireAt, remainTimeToLive
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
copy, delete, dump, getCodec, getName, isExists, migrate, move, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, touch, unlink
copyAsync, deleteAsync, dumpAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, restoreAndReplaceAsync, restoreAndReplaceAsync, restoreAsync, restoreAsync, touchAsync, unlinkAsync
offerAsync, peekAsync, pollAsync, pollLastAndOfferFirstToAsync, readAllAsync
Copyright © 2014–2018 The Redisson Project. All rights reserved.