Uses of Class
redis.clients.jedis.bloom.CFReserveParams
Packages that use CFReserveParams
Package
Description
This package contains the classes related to RedisBloom module.
This package contains the interfaces that contain methods representing RedisBloom commands.
-
Uses of CFReserveParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type CFReserveParamsModifier and TypeMethodDescriptionfinal CommandObject<String> CommandObjects.cfReserve(String key, long capacity, CFReserveParams reserveParams) MultiNodePipelineBase.cfReserve(String key, long capacity, CFReserveParams reserveParams) Pipeline.cfReserve(String key, long capacity, CFReserveParams reserveParams) TransactionBase.cfReserve(String key, long capacity, CFReserveParams reserveParams) UnifiedJedis.cfReserve(String key, long capacity, CFReserveParams reserveParams) -
Uses of CFReserveParams in redis.clients.jedis.bloom
Methods in redis.clients.jedis.bloom that return CFReserveParamsModifier and TypeMethodDescriptionCFReserveParams.bucketSize(long bucketSize) CFReserveParams.expansion(int expansion) CFReserveParams.maxIterations(int maxIterations) static CFReserveParamsCFReserveParams.reserveParams() -
Uses of CFReserveParams in redis.clients.jedis.bloom.commands
Methods in redis.clients.jedis.bloom.commands with parameters of type CFReserveParamsModifier and TypeMethodDescriptionCuckooFilterCommands.cfReserve(String key, long capacity, CFReserveParams reserveParams) CF.RESERVE Creates a Cuckoo Filter under key with the given parametersCuckooFilterPipelineCommands.cfReserve(String key, long capacity, CFReserveParams reserveParams)