クラス 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) keySE を指定して新しい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
keySE を指定して新しいReactiveKeyCommands.RenameCommandを作成します。- パラメーター:
key- null であってはなりません。- 戻り値:
keySE 用の新しいReactiveKeyCommands.RenameCommand。
to
newKey を適用します。以前に構成されたすべてのプロパティを使用して新しいコマンドインスタンスを構築します。- パラメーター:
newKey- null であってはなりません。- 戻り値:
- newKey が適用された新しい
ReactiveKeyCommands.RenameCommand。
getNewKey
- 戻り値:
- null でもかまいません。
- 導入:
- 2.5.7