Class TopKListFunction

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

@ProtoTypeId(6168) public final class TopKListFunction extends Object implements SerializableFunction<EntryView.ReadEntryView<byte[],Object>, List<Object>>
Function to list items in a Top-K filter using FunctionalMap. Used by TOPK.LIST command.
Since:
16.2
See Also: