public class RedissonReactiveHyperLogLogCommands extends Object implements org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand, org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand, org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand,Long>> |
pfAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand,Long>> |
pfCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand>> |
pfMerge(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand> commands) |
static byte[] |
toByteArray(ByteBuffer buffer) |
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand,Long>> pfAdd(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand> commands)
pfAdd in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand,Long>> pfCount(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand> commands)
pfCount in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand>> pfMerge(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand> commands)
pfMerge in interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2021 Redisson. All rights reserved.