V - the type of elements held in this collectionpublic interface RQueueAsync<V> extends RCollectionAsync<V>
Queue backed by Redis| Modifier and Type | Method and Description |
|---|---|
RFuture<Boolean> |
offerAsync(V e) |
RFuture<V> |
peekAsync() |
RFuture<V> |
pollAsync() |
RFuture<V> |
pollLastAndOfferFirstToAsync(String queueName) |
RFuture<List<V>> |
readAllAsync() |
addAllAsync, addAsync, containsAllAsync, containsAsync, removeAllAsync, removeAsync, retainAllAsync, sizeAsyncclearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsyncdeleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync, unlinkAsyncCopyright © 2014–2017 The Redisson Project. All rights reserved.