Uses of Class
redis.clients.jedis.ZParams

Packages that use ZParams
redis.clients.jedis   
 

Uses of ZParams in redis.clients.jedis
 

Methods in redis.clients.jedis that return ZParams
 ZParams ZParams.aggregate(ZParams.Aggregate aggregate)
           
 ZParams ZParams.weights(int... weights)
          Deprecated. Use weightsByDouble(double...) instead
 ZParams ZParams.weightsByDouble(double... weights)
          Set weights.
 

Methods in redis.clients.jedis with parameters of type ZParams
 Response<Long> MultiKeyBinaryRedisPipeline.zinterstore(byte[] dstkey, ZParams params, byte[]... sets)
           
 Long MultiKeyBinaryCommands.zinterstore(byte[] dstkey, ZParams params, byte[]... sets)
           
 Long BinaryJedis.zinterstore(byte[] dstkey, ZParams params, byte[]... sets)
          Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
 void BinaryClient.zinterstore(byte[] dstkey, ZParams params, byte[]... sets)
           
 Response<Long> MultiKeyCommandsPipeline.zinterstore(String dstkey, ZParams params, String... sets)
           
 Long MultiKeyCommands.zinterstore(String dstkey, ZParams params, String... sets)
           
 Long Jedis.zinterstore(String dstkey, ZParams params, String... sets)
          Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
 void Commands.zinterstore(String dstkey, ZParams params, String... sets)
           
 void Client.zinterstore(String dstkey, ZParams params, String... sets)
           
 Response<Long> MultiKeyBinaryRedisPipeline.zunionstore(byte[] dstkey, ZParams params, byte[]... sets)
           
 Long MultiKeyBinaryCommands.zunionstore(byte[] dstkey, ZParams params, byte[]... sets)
           
 Long BinaryJedis.zunionstore(byte[] dstkey, ZParams params, byte[]... sets)
          Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
 void BinaryClient.zunionstore(byte[] dstkey, ZParams params, byte[]... sets)
           
 Response<Long> MultiKeyCommandsPipeline.zunionstore(String dstkey, ZParams params, String... sets)
           
 Long MultiKeyCommands.zunionstore(String dstkey, ZParams params, String... sets)
           
 Long Jedis.zunionstore(String dstkey, ZParams params, String... sets)
          Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.
 void Commands.zunionstore(String dstkey, ZParams params, String... sets)
           
 void Client.zunionstore(String dstkey, ZParams params, String... sets)
           
 



Copyright © 2014. All rights reserved.