Class RedissonReactiveHyperLogLogCommands
- java.lang.Object
-
- org.redisson.spring.data.connection.RedissonReactiveHyperLogLogCommands
-
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
- Direct Known Subclasses:
RedissonReactiveClusterHyperLogLogCommands
public class RedissonReactiveHyperLogLogCommands extends Object implements org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
- Author:
- Nikita Koksharov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface 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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
pfAdd
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)
- Specified by:
pfAdd
in interfaceorg.springframework.data.redis.connection.ReactiveHyperLogLogCommands
-
pfCount
public 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)
- Specified by:
pfCount
in interfaceorg.springframework.data.redis.connection.ReactiveHyperLogLogCommands
-
pfMerge
public 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)
- Specified by:
pfMerge
in interfaceorg.springframework.data.redis.connection.ReactiveHyperLogLogCommands
-
toByteArray
public static byte[] toByteArray(ByteBuffer buffer)
-
-