V
- valueRExpirable
, RExpirableAsync
, RHyperLogLogAsync<V>
, RObject
, RObjectAsync
RedissonHyperLogLog
public interface RHyperLogLog<V> extends RExpirable, RHyperLogLogAsync<V>
Modifier and Type | Method | 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
clearExpireAsync, expireAsync, expireAtAsync, expireAtAsync, remainTimeToLiveAsync
addAllAsync, addAsync, countAsync, countWithAsync, mergeWithAsync
copy, delete, dump, getCodec, getName, isExists, migrate, move, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, touch, unlink
copyAsync, deleteAsync, dumpAsync, isExistsAsync, migrateAsync, moveAsync, renameAsync, renamenxAsync, restoreAndReplaceAsync, restoreAndReplaceAsync, restoreAsync, restoreAsync, touchAsync, unlinkAsync
boolean 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.