クラス ReactiveHyperLogLogCommands.PfCountCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
- 実装されているすべてのインターフェース:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
- ReactiveHyperLogLogCommands
public static class ReactiveHyperLogLogCommands.PfCountCommand
extends ObjectSE
implements ReactiveRedisConnection.Command
PFCOUNT コマンドパラメーター。- 作成者:
- Christoph Strobl
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明getKey()getKeys()valueIn(ByteBufferSE key) keySE を指定して新しいReactiveHyperLogLogCommands.PfCountCommandを作成します。valuesIn(CollectionSE<ByteBufferSE> keys) キーのCollectionSE を指定して、新しいReactiveHyperLogLogCommands.PfCountCommandを作成します。クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.data.redis.connection.ReactiveRedisConnection.Command から継承されたメソッド
getName
メソッドの詳細
valueIn
keySE を指定して新しいReactiveHyperLogLogCommands.PfCountCommandを作成します。- パラメーター:
key- null であってはなりません。- 戻り値:
keySE 用の新しいReactiveHyperLogLogCommands.PfCountCommand。
valuesIn
キーのCollectionSE を指定して、新しいReactiveHyperLogLogCommands.PfCountCommandを作成します。- パラメーター:
keys- null であってはなりません。- 戻り値:
- キー用の新しい
ReactiveHyperLogLogCommands.PfCountCommand。
getKeys
- 戻り値:
getKey
- 次で指定:
- インターフェース
ReactiveRedisConnection.CommandのgetKey - 戻り値:
- このコマンドに関連するキー。