All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected RFuture<V> |
addAndGetOperationAsync(K key,
Number value) |
RFuture<Boolean> |
containsKeyAsync(Object key) |
RFuture<Boolean> |
containsValueAsync(Object value) |
RFuture<Boolean> |
deleteAsync(CommandAsyncExecutor commandExecutor) |
protected RFuture<Boolean> |
deleteAsync(CommandAsyncExecutor commandExecutor,
TransactionalOperation operation) |
protected <R> void |
executeLocked(RPromise<R> promise,
K key,
Runnable runnable) |
protected <R> void |
executeLocked(RPromise<R> promise,
Runnable runnable,
Collection<K> keys) |
protected <R> void |
executeLocked(RPromise<R> promise,
Runnable runnable,
RLock lock) |
protected RFuture<Boolean> |
fastPutIfAbsentOperationAsync(K key,
V value) |
protected RFuture<Boolean> |
fastPutIfAbsentOperationAsync(K key,
V value,
MapOperation mapOperation) |
protected RFuture<Boolean> |
fastPutOperationAsync(K key,
V value) |
protected RFuture<Boolean> |
fastPutOperationAsync(K key,
V value,
MapOperation operation) |
protected RFuture<Long> |
fastRemoveOperationAsync(K... keys) |
protected RFuture<Map<K,V>> |
getAllOperationAsync(Set<K> keys) |
protected RFuture<V> |
getOperationAsync(K key) |
RFuture<Boolean> |
isExistsAsync() |
protected RFuture<Void> |
putAllOperationAsync(Map<? extends K,? extends V> entries) |
protected RFuture<V> |
putIfAbsentOperationAsync(K key,
V value) |
protected RFuture<V> |
putIfAbsentOperationAsync(K key,
V value,
MapOperation mapOperation) |
protected RFuture<V> |
putOperationAsync(K key,
V value) |
protected RFuture<V> |
putOperationAsync(K key,
V value,
MapOperation operation) |
RFuture<Set<Map.Entry<K,V>>> |
readAllEntrySetAsync() |
RFuture<Set<K>> |
readAllKeySetAsync() |
RFuture<Map<K,V>> |
readAllMapAsync() |
RFuture<Collection<V>> |
readAllValuesAsync() |
protected RFuture<V> |
removeOperationAsync(K key) |
protected RFuture<Boolean> |
removeOperationAsync(Object key,
Object value) |
protected RFuture<V> |
replaceOperationAsync(K key,
V value) |
protected RFuture<Boolean> |
replaceOperationAsync(K key,
V oldValue,
V newValue) |
protected MapScanResult<ScanObjectEntry,ScanObjectEntry> |
scanIterator(String name,
RedisClient client,
long startPos,
String pattern) |
RFuture<Boolean> |
touchAsync(CommandAsyncExecutor commandExecutor) |
RFuture<Boolean> |
unlinkAsync(CommandAsyncExecutor commandExecutor) |
RFuture<Integer> |
valueSizeAsync(K key) |