public interface RCollectionAsync<V> extends RExpirableAsync
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<Boolean> |
addAllAsync(Collection<? extends V> c) |
io.netty.util.concurrent.Future<Boolean> |
addAsync(V e) |
io.netty.util.concurrent.Future<Boolean> |
containsAllAsync(Collection<?> c) |
io.netty.util.concurrent.Future<Boolean> |
containsAsync(Object o) |
io.netty.util.concurrent.Future<Boolean> |
removeAllAsync(Collection<?> c) |
io.netty.util.concurrent.Future<Boolean> |
removeAsync(Object o) |
io.netty.util.concurrent.Future<Boolean> |
retainAllAsync(Collection<?> c) |
io.netty.util.concurrent.Future<Integer> |
sizeAsync() |
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync
io.netty.util.concurrent.Future<Boolean> retainAllAsync(Collection<?> c)
io.netty.util.concurrent.Future<Boolean> removeAllAsync(Collection<?> c)
io.netty.util.concurrent.Future<Boolean> containsAllAsync(Collection<?> c)
io.netty.util.concurrent.Future<Integer> sizeAsync()
io.netty.util.concurrent.Future<Boolean> addAllAsync(Collection<? extends V> c)
Copyright © 2014–2016. All rights reserved.