public class LettuceReactiveClusterHyperLogLogCommands extends LettuceReactiveHyperLogLogCommands implements ReactiveClusterHyperLogLogCommands
ReactiveHyperLogLogCommands.PfAddCommand, ReactiveHyperLogLogCommands.PfCountCommand, ReactiveHyperLogLogCommands.PfMergeCommand
Constructor and Description |
---|
LettuceReactiveClusterHyperLogLogCommands(LettuceReactiveRedisConnection connection)
Create new
LettuceReactiveHyperLogLogCommands . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHyperLogLogCommands.PfCountCommand,Long>> |
pfCount(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfCountCommand> commands)
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
|
reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>> |
pfMerge(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands)
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
|
getConnection, pfAdd
public LettuceReactiveClusterHyperLogLogCommands(LettuceReactiveRedisConnection connection)
LettuceReactiveHyperLogLogCommands
.connection
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.BooleanResponse<ReactiveHyperLogLogCommands.PfMergeCommand>> pfMerge(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfMergeCommand> commands)
ReactiveHyperLogLogCommands
pfMerge
in interface ReactiveHyperLogLogCommands
pfMerge
in class LettuceReactiveHyperLogLogCommands
commands
- must not be null.public reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveHyperLogLogCommands.PfCountCommand,Long>> pfCount(org.reactivestreams.Publisher<ReactiveHyperLogLogCommands.PfCountCommand> commands)
ReactiveHyperLogLogCommands
pfCount
in interface ReactiveHyperLogLogCommands
pfCount
in class LettuceReactiveHyperLogLogCommands
commands
- must not be null.Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.