public interface RHyperLogLogReactive<V> extends RExpirableReactive
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Boolean> |
add(V obj) |
org.reactivestreams.Publisher<Boolean> |
addAll(Collection<V> objects) |
org.reactivestreams.Publisher<Long> |
count() |
org.reactivestreams.Publisher<Long> |
countWith(String... otherLogNames) |
org.reactivestreams.Publisher<Void> |
mergeWith(String... otherLogNames) |
clearExpire, expire, expireAt, expireAt, remainTimeToLive
org.reactivestreams.Publisher<Boolean> addAll(Collection<V> objects)
org.reactivestreams.Publisher<Long> count()
Copyright © 2014–2016. All rights reserved.