V - valuepublic interface RHyperLogLog<V> extends RExpirable, RHyperLogLogAsync<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(V obj) |
boolean |
addAll(Collection<V> objects) |
long |
count() |
long |
countWith(String... otherLogNames) |
void |
mergeWith(String... otherLogNames) |
clearExpire, expire, expireAt, expireAt, remainTimeToLivecopy, delete, getCodec, getName, isExists, migrate, move, rename, renamenx, touch, unlinkaddAllAsync, addAsync, countAsync, countWithAsync, mergeWithAsyncclearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsynccopyAsync, deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync, unlinkAsyncboolean add(V obj)
boolean addAll(Collection<V> objects)
long count()
long countWith(String... otherLogNames)
void mergeWith(String... otherLogNames)
Copyright © 2014–2018 The Redisson Project. All rights reserved.