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

    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[]
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands

    pfAdd, pfAdd, pfCount, pfCount, pfMerge
  • Method Details

    • 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)