V
- the type of elements held in this collectionpublic interface RQueue<V> extends Queue<V>, RExpirable, RQueueAsync<V>
Queue
backed by RedisModifier and Type | Method and Description |
---|---|
V |
pollLastAndOfferFirstTo(String dequeName) |
List<V> |
readAll() |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
clearExpire, expire, expireAt, expireAt, remainTimeToLive
delete, getCodec, getName, isExists, migrate, move, rename, renamenx, touch
offerAsync, peekAsync, pollAsync, pollLastAndOfferFirstToAsync, readAllAsync
addAllAsync, addAsync, containsAllAsync, containsAsync, removeAllAsync, removeAsync, retainAllAsync, sizeAsync
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync
Copyright © 2014–2017 The Redisson Project. All rights reserved.