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.PfAddCommandgiven avalue.values(Collection<ByteBuffer> values) Methods inherited from class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
getKeyMethods 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.ReactiveRedisConnection.Command
getName 
- 
Method Details
- 
value
Creates a newReactiveHyperLogLogCommands.PfAddCommandgiven avalue.- Parameters:
 value- must not be null.- Returns:
 - a new 
ReactiveHyperLogLogCommands.PfAddCommandforvalue. 
 - 
values
- Parameters:
 values- must not be null.- Returns:
 - a new 
ReactiveHyperLogLogCommands.PfAddCommandforkey. 
 - 
to
Applies the key. Constructs a new command instance with all previously configured properties.- Parameters:
 key- must not be null.- Returns:
 - a new 
ReactiveHyperLogLogCommands.PfAddCommandwith key applied. 
 - 
getValues
- Returns:
 
 
 -