public static class ReactiveHyperLogLogCommands.PfMergeCommand extends ReactiveRedisConnection.KeyCommand
PFMERGE
command parameters.Modifier and Type | Method and Description |
---|---|
List<ByteBuffer> |
getSourceKeys() |
ReactiveHyperLogLogCommands.PfMergeCommand |
into(ByteBuffer destinationKey)
Applies the destinationKey.
|
static ReactiveHyperLogLogCommands.PfMergeCommand |
valuesIn(Collection<ByteBuffer> sourceKeys)
Creates a new
ReactiveHyperLogLogCommands.PfMergeCommand given a Collection of sourceKeys. |
getKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveHyperLogLogCommands.PfMergeCommand valuesIn(Collection<ByteBuffer> sourceKeys)
ReactiveHyperLogLogCommands.PfMergeCommand
given a Collection
of sourceKeys.sourceKeys
- must not be null.ReactiveHyperLogLogCommands.PfMergeCommand
for sourceKeys.public ReactiveHyperLogLogCommands.PfMergeCommand into(ByteBuffer destinationKey)
destinationKey
- must not be null.ReactiveHyperLogLogCommands.PfMergeCommand
with destinationKey applied.public List<ByteBuffer> getSourceKeys()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.