Class TopKInfoFunction

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

@ProtoTypeId(6169) public final class TopKInfoFunction extends Object implements SerializableFunction<EntryView.ReadEntryView<byte[],Object>, TopKInfoFunction.TopKInfo>
Function to get information about a Top-K filter using FunctionalMap. Used by TOPK.INFO command.
Since:
16.2
See Also: