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 SummaryModifier 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.KeyCommandgetKeyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.CommandgetName
- 
Method Details- 
valueCreates 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.
 
- 
toApplies 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:
 
 
-