Class TopKAddFunction
java.lang.Object
org.infinispan.server.resp.commands.topk.TopKAddFunction
- All Implemented Interfaces:
Serializable, Function<EntryView.ReadWriteEntryView<byte[],Object>, List<String>>, SerializableFunction<EntryView.ReadWriteEntryView<byte[], Object>, List<String>>
@ProtoTypeId(6165)
public final class TopKAddFunction
extends Object
implements SerializableFunction<EntryView.ReadWriteEntryView<byte[],Object>, List<String>>
Function to add items to a Top-K filter using FunctionalMap.
Used by TOPK.ADD command.
- Since:
- 16.2
- See Also: