public static class ReactiveHyperLogLogCommands.PfCountCommand extends Object implements ReactiveRedisConnection.Command
PFCOUNT
command parameters.Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getKey() |
List<ByteBuffer> |
getKeys() |
static ReactiveHyperLogLogCommands.PfCountCommand |
valueIn(ByteBuffer key)
Creates a new
ReactiveHyperLogLogCommands.PfCountCommand given a key . |
static ReactiveHyperLogLogCommands.PfCountCommand |
valuesIn(Collection<ByteBuffer> keys)
Creates a new
ReactiveHyperLogLogCommands.PfCountCommand given a Collection of keys. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static ReactiveHyperLogLogCommands.PfCountCommand valueIn(ByteBuffer key)
ReactiveHyperLogLogCommands.PfCountCommand
given a key
.key
- must not be null.ReactiveHyperLogLogCommands.PfCountCommand
for key
.public static ReactiveHyperLogLogCommands.PfCountCommand valuesIn(Collection<ByteBuffer> keys)
ReactiveHyperLogLogCommands.PfCountCommand
given a Collection
of keys.keys
- must not be null.ReactiveHyperLogLogCommands.PfCountCommand
for keys.public List<ByteBuffer> getKeys()
public ByteBuffer getKey()
getKey
in interface ReactiveRedisConnection.Command
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.