クラス 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(ByteBufferSE sourceKey, ByteBufferSE destinationKey, ReactiveListCommands.Direction from, ReactiveListCommands.Direction to) 方法の概要
修飾子と型メソッド説明from(ByteBufferSE sourceKey, ReactiveListCommands.Direction sourceDirection) sourceKeySE を指定して新しいReactiveListCommands.LMoveCommandを作成します。getFrom()getTo()timeout(DurationSE timeout) timeoutSE を適用します。to(ByteBufferSE destinationKey, ReactiveListCommands.Direction direction) destinationKeySE を適用します。クラス org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.data.redis.connection.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