Class ReactiveZSetCommands.ZDiffStoreCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZDiffStoreCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
ReactiveZSetCommands
public static class ReactiveZSetCommands.ZDiffStoreCommand
extends ReactiveRedisConnection.KeyCommand
ZDIFFSTORE command parameters.- Since:
- 2.6
- Author:
- Mark Paluch
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionsourceKeys(Collection<ByteBuffer> keys) Creates a newReactiveZSetCommands.ZDiffStoreCommandgiven aCollectionof keys.storeAs(ByteBuffer key) Applies the key at which the result is stored.Methods inherited from class ReactiveRedisConnection.KeyCommand
getKeyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ReactiveRedisConnection.Command
getName
-
Method Details
-
sourceKeys
Creates a newReactiveZSetCommands.ZDiffStoreCommandgiven aCollectionof keys.- Parameters:
keys- must not be null.- Returns:
- a new
ReactiveZSetCommands.ZDiffStoreCommandfor aCollectionof values.
-
storeAs
Applies the key at which the result is stored. Constructs a new command instance with all previously configured properties.- Parameters:
key- must not be null.- Returns:
- a new
ReactiveZSetCommands.ZDiffStoreCommandwith key applied.
-
getSourceKeys
- Returns:
-