Class ReactiveHyperLogLogCommands.PfAddCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveHyperLogLogCommands
public static class ReactiveHyperLogLogCommands.PfAddCommand
extends ReactiveRedisConnection.KeyCommand
PFADD
command parameters.- Author:
- Christoph Strobl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionto
(ByteBuffer key) Applies the key.value
(ByteBuffer value) Creates a newReactiveHyperLogLogCommands.PfAddCommand
given avalue
.values
(Collection<ByteBuffer> values) Methods inherited from class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
getKey
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.ReactiveRedisConnection.Command
getName
-
Method Details
-
value
Creates a newReactiveHyperLogLogCommands.PfAddCommand
given avalue
.- Parameters:
value
- must not be null.- Returns:
- a new
ReactiveHyperLogLogCommands.PfAddCommand
forvalue
.
-
values
- Parameters:
values
- must not be null.- Returns:
- a new
ReactiveHyperLogLogCommands.PfAddCommand
forkey
.
-
to
Applies the key. Constructs a new command instance with all previously configured properties.- Parameters:
key
- must not be null.- Returns:
- a new
ReactiveHyperLogLogCommands.PfAddCommand
with key applied.
-
getValues
- Returns:
-