Class ReactiveHyperLogLogCommands.PfMergeCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveHyperLogLogCommands
public static class ReactiveHyperLogLogCommands.PfMergeCommand
extends ReactiveRedisConnection.KeyCommand
PFMERGE
command parameters.- Author:
- Christoph Strobl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioninto
(ByteBuffer destinationKey) Applies the destinationKey.valuesIn
(Collection<ByteBuffer> sourceKeys) Creates a newReactiveHyperLogLogCommands.PfMergeCommand
given aCollection
of sourceKeys.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
-
valuesIn
public static ReactiveHyperLogLogCommands.PfMergeCommand valuesIn(Collection<ByteBuffer> sourceKeys) Creates a newReactiveHyperLogLogCommands.PfMergeCommand
given aCollection
of sourceKeys.- Parameters:
sourceKeys
- must not be null.- Returns:
- a new
ReactiveHyperLogLogCommands.PfMergeCommand
for sourceKeys.
-
into
Applies the destinationKey. Constructs a new command instance with all previously configured properties.- Parameters:
destinationKey
- must not be null.- Returns:
- a new
ReactiveHyperLogLogCommands.PfMergeCommand
with destinationKey applied.
-
getSourceKeys
- Returns:
-