Uses of Package
org.infinispan.server.resp.commands.cuckoo
Packages that use org.infinispan.server.resp.commands.cuckoo
-
Classes in org.infinispan.server.resp.commands.cuckoo used by org.infinispan.server.resp.commands.cuckooClassDescriptionCF.INSERT key [CAPACITY capacity] [NOCREATE] ITEMS item [item ...]A Cuckoo filter implementation compatible with Redis CF commands.A sub-filter in a scalable Cuckoo filter.Function to count occurrences of an item in a Cuckoo filter using FunctionalMap.Function to delete an item from a Cuckoo filter using FunctionalMap.Function to check if items exist in a Cuckoo filter using FunctionalMap.Function to get information about a Cuckoo filter using FunctionalMap.Result of CF.INFO command.Function to insert items into a Cuckoo filter with creation options using FunctionalMap.Function to reserve (create) a Cuckoo filter with specific parameters using FunctionalMap.