Class CuckooFilterDelFunction

java.lang.Object
org.infinispan.server.resp.commands.cuckoo.CuckooFilterDelFunction
All Implemented Interfaces:
Serializable, Function<EntryView.ReadWriteEntryView<byte[],Object>, Boolean>, SerializableFunction<EntryView.ReadWriteEntryView<byte[],Object>, Boolean>

@ProtoTypeId(6150) public final class CuckooFilterDelFunction extends Object implements SerializableFunction<EntryView.ReadWriteEntryView<byte[],Object>, Boolean>
Function to delete an item from a Cuckoo filter using FunctionalMap. Used by CF.DEL command.
Since:
16.2
See Also: