Class TopKCountFunction

java.lang.Object
org.infinispan.server.resp.commands.topk.TopKCountFunction
All Implemented Interfaces:
Serializable, Function<EntryView.ReadEntryView<byte[],Object>, List<Long>>, SerializableFunction<EntryView.ReadEntryView<byte[],Object>, List<Long>>

@ProtoTypeId(6170) public final class TopKCountFunction extends Object implements SerializableFunction<EntryView.ReadEntryView<byte[],Object>, List<Long>>
Function to get counts of items in a Top-K filter using FunctionalMap. Used by TOPK.COUNT command (deprecated in Redis but still supported).
Since:
16.2
See Also: