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 TypeMethodDescriptionprotected RedisClientgetEntry(org.springframework.data.redis.connection.RedisClusterNode node) static byte[]toByteArray(ByteBuffer buffer) Methods inherited from class org.redisson.spring.data.connection.RedissonReactiveHyperLogLogCommands
pfAdd, pfCount, pfMergeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
pfAdd, pfAdd, pfAdd, pfCount, pfCount, pfCount, pfMerge, pfMerge
-
Method Details
-
toByteArray
-
getEntry
-