V
- valuepublic interface RHyperLogLogAsync<V> extends RExpirableAsync
Modifier and Type | Method and Description |
---|---|
RFuture<Boolean> |
addAllAsync(Collection<V> objects) |
RFuture<Boolean> |
addAsync(V obj) |
RFuture<Long> |
countAsync() |
RFuture<Long> |
countWithAsync(String... otherLogNames) |
RFuture<Void> |
mergeWithAsync(String... otherLogNames) |
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync
Copyright © 2014–2017 The Redisson Project. All rights reserved.