クラス ReactiveKeyCommands.RenameCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
- 実装されたすべてのインターフェース:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
- ReactiveKeyCommands
RENAME
コマンドパラメーター。- 作成者:
- Christoph Strobl
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明key
(ByteBufferSE key) key
SE を指定して新しいReactiveKeyCommands.RenameCommand
を作成します。to
(ByteBufferSE newKey) newKey を適用します。クラス 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
メソッドの詳細
key
key
SE を指定して新しいReactiveKeyCommands.RenameCommand
を作成します。- パラメーター:
key
- null であってはなりません。- 戻り値:
key
SE 用の新しいReactiveKeyCommands.RenameCommand
。
to
newKey を適用します。以前に構成されたすべてのプロパティを使用して新しいコマンドインスタンスを構築します。- パラメーター:
newKey
- null であってはなりません。- 戻り値:
- newKey が適用された新しい
ReactiveKeyCommands.RenameCommand
。
getNewKey
- 戻り値:
- null でもかまいません。
- 導入:
- 2.5.7