Uses of Class
redis.clients.jedis.params.BitPosParams
Packages that use BitPosParams
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
-
Uses of BitPosParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type BitPosParamsModifier and TypeMethodDescriptionfinal CommandObject<Long> CommandObjects.bitpos(byte[] key, boolean value, BitPosParams params) final CommandObject<Long> CommandObjects.bitpos(String key, boolean value, BitPosParams params) longJedis.bitpos(byte[] key, boolean value, BitPosParams params) longJedis.bitpos(String key, boolean value, BitPosParams params) MultiNodePipelineBase.bitpos(byte[] key, boolean value, BitPosParams params) MultiNodePipelineBase.bitpos(String key, boolean value, BitPosParams params) Pipeline.bitpos(byte[] key, boolean value, BitPosParams params) Pipeline.bitpos(String key, boolean value, BitPosParams params) TransactionBase.bitpos(byte[] key, boolean value, BitPosParams params) TransactionBase.bitpos(String key, boolean value, BitPosParams params) longUnifiedJedis.bitpos(byte[] key, boolean value, BitPosParams params) longUnifiedJedis.bitpos(String key, boolean value, BitPosParams params) -
Uses of BitPosParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type BitPosParamsModifier and TypeMethodDescriptionlongBitBinaryCommands.bitpos(byte[] key, boolean value, BitPosParams params) longBitCommands.bitpos(String key, boolean value, BitPosParams params) Bitpos Command Return the position of the first bit set to 1 or 0 in a string.BitPipelineBinaryCommands.bitpos(byte[] key, boolean value, BitPosParams params) BitPipelineCommands.bitpos(String key, boolean value, BitPosParams params) -
Uses of BitPosParams in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return BitPosParamsModifier and TypeMethodDescriptionstatic BitPosParamsBitPosParams.bitPosParams()BitPosParams.end(long end) BitPosParams.modifier(BitCountOption modifier) BitPosParams.start(long start)