Uses of Class
redis.clients.jedis.BitOP

Packages that use BitOP
redis.clients.jedis   
 

Uses of BitOP in redis.clients.jedis
 

Methods in redis.clients.jedis that return BitOP
static BitOP BitOP.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BitOP[] BitOP.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in redis.clients.jedis with parameters of type BitOP
 Response<Long> MultiKeyBinaryRedisPipeline.bitop(BitOP op, byte[] destKey, byte[]... srcKeys)
           
 Long MultiKeyBinaryCommands.bitop(BitOP op, byte[] destKey, byte[]... srcKeys)
           
 Long BinaryJedis.bitop(BitOP op, byte[] destKey, byte[]... srcKeys)
           
 void BinaryClient.bitop(BitOP op, byte[] destKey, byte[]... srcKeys)
           
 Response<Long> MultiKeyCommandsPipeline.bitop(BitOP op, String destKey, String... srcKeys)
           
 Long MultiKeyCommands.bitop(BitOP op, String destKey, String... srcKeys)
           
 Long Jedis.bitop(BitOP op, String destKey, String... srcKeys)
           
 void Commands.bitop(BitOP op, String destKey, String... srcKeys)
           
 void Client.bitop(BitOP op, String destKey, String... srcKeys)
           
 



Copyright © 2014. All rights reserved.