V
- the type of elements held in this collectionpublic interface RDequeAsync<V> extends RQueueAsync<V>
Deque
backed by RedisModifier and Type | Method and Description |
---|---|
RFuture<Void> |
addFirstAsync(V e) |
RFuture<Void> |
addLastAsync(V e) |
RFuture<V> |
getLastAsync() |
RFuture<Boolean> |
offerFirstAsync(V e) |
RFuture<Boolean> |
offerLastAsync(V e) |
RFuture<V> |
peekFirstAsync() |
RFuture<V> |
peekLastAsync() |
RFuture<V> |
pollFirstAsync() |
RFuture<V> |
pollLastAsync() |
RFuture<V> |
popAsync() |
RFuture<Void> |
pushAsync(V e) |
RFuture<V> |
removeFirstAsync() |
RFuture<Boolean> |
removeFirstOccurrenceAsync(Object o) |
RFuture<V> |
removeLastAsync() |
RFuture<Boolean> |
removeLastOccurrenceAsync(Object o) |
offerAsync, peekAsync, pollAsync, pollLastAndOfferFirstToAsync, readAllAsync
addAllAsync, addAsync, containsAllAsync, containsAsync, removeAllAsync, removeAsync, retainAllAsync, sizeAsync
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync
Copyright © 2014–2016 The Redisson Project. All rights reserved.