クラス ReactiveListCommands.LMoveCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveListCommands.LMoveCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 既知の直属サブクラス
ReactiveListCommands.BLMoveCommand
- 含まれているインターフェース:
ReactiveListCommands
LMOVE コマンドパラメーター。- 導入:
- 2.6
- 作成者:
- Mark Paluch
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明LMoveCommand(@Nullable ByteBufferSE sourceKey, @Nullable ByteBufferSE destinationKey, @Nullable ReactiveListCommands.Direction from, @Nullable ReactiveListCommands.Direction to) 方法の概要
修飾子と型メソッド説明from(ByteBufferSE sourceKey, ReactiveListCommands.Direction sourceDirection) sourceKeySE を指定して新しいReactiveListCommands.LMoveCommandを作成します。@Nullable ByteBufferSE@Nullable ReactiveListCommands.DirectiongetFrom()@Nullable ReactiveListCommands.DirectiongetTo()timeout(DurationSE timeout) timeoutSE を適用します。to(ByteBufferSE destinationKey, ReactiveListCommands.Direction direction) destinationKeySE を適用します。クラス ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveRedisConnection.Command から継承されたメソッド
getName
コンストラクターの詳細
LMoveCommand
public LMoveCommand(@Nullable ByteBufferSE sourceKey, @Nullable ByteBufferSE destinationKey, @Nullable ReactiveListCommands.Direction from, @Nullable ReactiveListCommands.Direction to)
メソッドの詳細
from
public static ReactiveListCommands.LMoveCommand from(ByteBufferSE sourceKey, ReactiveListCommands.Direction sourceDirection) sourceKeySE を指定して新しいReactiveListCommands.LMoveCommandを作成します。- パラメーター:
sourceKey- null であってはなりません。sourceDirection- null であってはなりません。- 戻り値:
valueSE 用の新しいReactiveListCommands.LMoveCommand。
to
public ReactiveListCommands.LMoveCommand to(ByteBufferSE destinationKey, ReactiveListCommands.Direction direction) destinationKeySE を適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- パラメーター:
destinationKey- null であってはなりません。direction- null であってはなりません。- 戻り値:
- ピボットが適用された新しい
ReactiveListCommands.LMoveCommand。
timeout
timeoutSE を適用します。以前に構成されたすべてのプロパティを使用して、新しいコマンドインスタンスを構築します。- パラメーター:
timeout- null であってはなりません。- 戻り値:
- ピボットが適用された新しい
ReactiveListCommands.LMoveCommand。
getDestinationKey
getFrom
getTo