public interface RBitSetAsync extends RExpirableAsync
Modifier and Type | Method and Description |
---|---|
RFuture<Void> |
andAsync(String... bitSetNames) |
RFuture<Long> |
cardinalityAsync() |
RFuture<Void> |
clearAsync() |
RFuture<Void> |
clearAsync(long bitIndex) |
RFuture<Void> |
clearAsync(long fromIndex,
long toIndex) |
RFuture<Boolean> |
getAsync(long bitIndex) |
RFuture<Long> |
lengthAsync() |
RFuture<Void> |
notAsync() |
RFuture<Void> |
orAsync(String... bitSetNames) |
RFuture<Void> |
setAsync(BitSet bs) |
RFuture<Void> |
setAsync(long bitIndex) |
RFuture<Void> |
setAsync(long bitIndex,
boolean value) |
RFuture<Void> |
setAsync(long fromIndex,
long toIndex) |
RFuture<Void> |
setAsync(long fromIndex,
long toIndex,
boolean value) |
RFuture<Integer> |
sizeAsync() |
RFuture<byte[]> |
toByteArrayAsync() |
RFuture<Void> |
xorAsync(String... bitSetNames) |
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync, unlinkAsync
RFuture<byte[]> toByteArrayAsync()
Copyright © 2014–2017 The Redisson Project. All rights reserved.