クラス ReactiveHyperLogLogCommands.PfMergeCommand
java.lang.ObjectSE
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
- 実装済みのインターフェース一覧:
ReactiveRedisConnection.Command
- 含まれているインターフェース:
- ReactiveHyperLogLogCommands
public static class ReactiveHyperLogLogCommands.PfMergeCommand
extends ReactiveRedisConnection.KeyCommand
PFMERGE コマンドパラメーター。- 作成者:
- Christoph Strobl
- 関連事項:
方法の概要
修飾子と型メソッド説明into(ByteBufferSE destinationKey) destinationKey を適用します。valuesIn(CollectionSE<ByteBufferSE> sourceKeys) sourceKeys のCollectionSE を指定して新しいReactiveHyperLogLogCommands.PfMergeCommandを作成します。クラス 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
方法の詳細
valuesIn
public static ReactiveHyperLogLogCommands.PfMergeCommand valuesIn(CollectionSE<ByteBufferSE> sourceKeys) sourceKeys のCollectionSE を指定して新しいReactiveHyperLogLogCommands.PfMergeCommandを作成します。- パラメーター:
sourceKeys- null であってはなりません。- 戻り値:
- sourceKeys 用の新しい
ReactiveHyperLogLogCommands.PfMergeCommand。
into
destinationKey を適用します。以前に構成されたすべてのプロパティを使用して新しいコマンドインスタンスを構築します。- パラメーター:
destinationKey- null であってはなりません。- 戻り値:
- destinationKey が適用された新しい
ReactiveHyperLogLogCommands.PfMergeCommand。
getSourceKeys
- 戻り値: