クラス ReactiveKeyCommands.RenameCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
- 実装されているすべてのインターフェース:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
ReactiveKeyCommands
RENAME コマンドパラメーター。- 導入:
- 2.0
- 作成者:
- Christoph Strobl
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明@Nullable ByteBufferSEkey(ByteBufferSE key) keySE を指定して新しいReactiveKeyCommands.RenameCommandを作成します。to(ByteBufferSE newKey) newKey を適用します。クラス ReactiveRedisConnection.KeyCommand から継承されたメソッド
getKeyクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース ReactiveRedisConnection.Command から継承されたメソッド
getName
メソッドの詳細
key
keySE を指定して新しいReactiveKeyCommands.RenameCommandを作成します。- パラメーター:
key- null であってはなりません。- 戻り値:
keySE 用の新しいReactiveKeyCommands.RenameCommand。
to
newKey を適用します。以前に構成されたすべてのプロパティを使用して新しいコマンドインスタンスを構築します。- パラメーター:
newKey- null であってはなりません。- 戻り値:
- newKey が適用された新しい
ReactiveKeyCommands.RenameCommand。
getNewKey
- 戻り値:
- null でもかまいません。
- 導入:
- 2.5.7