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