Class 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)  
      • Methods inherited from interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands

        pfAdd, pfAdd, pfCount, pfCount, pfMerge
    • 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 interface org.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 interface org.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 interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
      • toByteArray

        public static byte[] toByteArray​(ByteBuffer buffer)