public static class ReactiveSetCommands.SMoveCommand extends ReactiveRedisConnection.KeyCommand
SMOVE
command parameters.Modifier and Type | Method and Description |
---|---|
ReactiveSetCommands.SMoveCommand |
from(ByteBuffer source)
Applies the source key.
|
ByteBuffer |
getDestination() |
ByteBuffer |
getValue() |
ReactiveSetCommands.SMoveCommand |
to(ByteBuffer destination)
Applies the destination key.
|
static ReactiveSetCommands.SMoveCommand |
value(ByteBuffer value)
Creates a new
ReactiveSetCommands.SMoveCommand given a value. |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveSetCommands.SMoveCommand value(ByteBuffer value)
ReactiveSetCommands.SMoveCommand
given a value.value
- must not be null.ReactiveSetCommands.SMoveCommand
for a value.public ReactiveSetCommands.SMoveCommand from(ByteBuffer source)
source
- must not be null.ReactiveSetCommands.SMoveCommand
with source applied.public ReactiveSetCommands.SMoveCommand to(ByteBuffer destination)
destination
- must not be null.ReactiveSetCommands.SMoveCommand
with destination applied.@Nullable public ByteBuffer getDestination()
public ByteBuffer getValue()
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.