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