Class RedissonReactiveClusterHyperLogLogCommands

java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveHyperLogLogCommands
org.redisson.spring.data.connection.RedissonReactiveClusterHyperLogLogCommands
All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands, org.springframework.data.redis.connection.ReactiveHyperLogLogCommands

public class RedissonReactiveClusterHyperLogLogCommands extends RedissonReactiveHyperLogLogCommands implements org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands
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
    static byte[]
     

    Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveHyperLogLogCommands

    pfAdd, pfCount, pfMerge

    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, pfAdd, pfCount, pfCount, pfCount, pfMerge, pfMerge
  • Method Details

    • toByteArray

      public static byte[] toByteArray(ByteBuffer buffer)