Class BloomFilterExistsFunction
java.lang.Object
org.infinispan.server.resp.commands.bloom.BloomFilterExistsFunction
- All Implemented Interfaces:
Serializable, Function<EntryView.ReadEntryView<byte[],Object>, List<Boolean>>, SerializableFunction<EntryView.ReadEntryView<byte[], Object>, List<Boolean>>
@ProtoTypeId(6139)
public final class BloomFilterExistsFunction
extends Object
implements SerializableFunction<EntryView.ReadEntryView<byte[],Object>, List<Boolean>>
Function to check if items exist in a Bloom filter using FunctionalMap.
Used by BF.EXISTS and BF.MEXISTS commands.
- Since:
- 16.2
- See Also: