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, remainTimeToLive
delete, getCodec, getName, isExists, migrate, move, rename, renamenx, touch, unlink
addAllAsync, addAsync, countAsync, countWithAsync, mergeWithAsync
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
deleteAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, touchAsync, unlinkAsync
boolean add(V obj)
boolean addAll(Collection<V> objects)
long count()
long countWith(String... otherLogNames)
void mergeWith(String... otherLogNames)
Copyright © 2014–2017 The Redisson Project. All rights reserved.