Class CuckooFilterExistsFunction

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

@ProtoTypeId(6146) public final class CuckooFilterExistsFunction extends Object implements SerializableFunction<EntryView.ReadEntryView<byte[],Object>, List<Boolean>>
Function to check if items exist in a Cuckoo filter using FunctionalMap. Used by CF.EXISTS and CF.MEXISTS commands.
Since:
16.2
See Also: