Uses of Class
redis.clients.jedis.bloom.BFReserveParams
Packages that use BFReserveParams
Package
Description
This package contains the classes related to RedisBloom module.
This package contains the interfaces that contain methods representing RedisBloom commands.
-
Uses of BFReserveParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type BFReserveParamsModifier and TypeMethodDescriptionfinal CommandObject<String> CommandObjects.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) MultiNodePipelineBase.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) Pipeline.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) TransactionBase.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) UnifiedJedis.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) -
Uses of BFReserveParams in redis.clients.jedis.bloom
Methods in redis.clients.jedis.bloom that return BFReserveParamsModifier and TypeMethodDescriptionBFReserveParams.expansion(int expansion) BFReserveParams.nonScaling()static BFReserveParamsBFReserveParams.reserveParams() -
Uses of BFReserveParams in redis.clients.jedis.bloom.commands
Methods in redis.clients.jedis.bloom.commands with parameters of type BFReserveParamsModifier and TypeMethodDescriptionBloomFilterCommands.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams) BF.RESERVE {key} {error_rate} {capacity} [EXPANSION {expansion}] [NONSCALING]BloomFilterPipelineCommands.bfReserve(String key, double errorRate, long capacity, BFReserveParams reserveParams)