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