Class ReactiveHyperLogLogCommands.PfCountCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
- All Implemented Interfaces:
- ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveHyperLogLogCommands
public static class ReactiveHyperLogLogCommands.PfCountCommand
extends Object
implements ReactiveRedisConnection.Command
PFCOUNT command parameters.- Author:
- Christoph Strobl
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetKey()getKeys()valueIn(ByteBuffer key) Creates a newReactiveHyperLogLogCommands.PfCountCommandgiven akey.valuesIn(Collection<ByteBuffer> keys) Creates a newReactiveHyperLogLogCommands.PfCountCommandgiven aCollectionof keys.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.CommandgetName
- 
Method Details- 
valueInCreates a newReactiveHyperLogLogCommands.PfCountCommandgiven akey.- Parameters:
- key- must not be null.
- Returns:
- a new ReactiveHyperLogLogCommands.PfCountCommandforkey.
 
- 
valuesInCreates a newReactiveHyperLogLogCommands.PfCountCommandgiven aCollectionof keys.- Parameters:
- keys- must not be null.
- Returns:
- a new ReactiveHyperLogLogCommands.PfCountCommandfor keys.
 
- 
getKeys- Returns:
 
- 
getKey- Specified by:
- getKeyin interface- ReactiveRedisConnection.Command
- Returns:
- the key related to this command.
 
 
-