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:
-
Constructor Details
-
CuckooFilterDelFunction
@ProtoFactory public CuckooFilterDelFunction(byte[] item)
-
-
Method Details
-
getItem
@ProtoField(number=1) public byte[] getItem() -
apply
- Specified by:
applyin interfaceFunction<EntryView.ReadWriteEntryView<byte[],Object>, Boolean>
-