Uses of Class
com.lambdaworks.redis.ZStoreArgs

Packages that use ZStoreArgs
com.lambdaworks.redis   
 

Uses of ZStoreArgs in com.lambdaworks.redis
 

Methods in com.lambdaworks.redis that return ZStoreArgs
 ZStoreArgs ZStoreArgs.max()
           
static ZStoreArgs ZStoreArgs.Builder.max()
           
 ZStoreArgs ZStoreArgs.min()
           
static ZStoreArgs ZStoreArgs.Builder.min()
           
 ZStoreArgs ZStoreArgs.sum()
           
static ZStoreArgs ZStoreArgs.Builder.sum()
           
 ZStoreArgs ZStoreArgs.weights(long... weights)
           
static ZStoreArgs ZStoreArgs.Builder.weights(long... weights)
           
 

Methods in com.lambdaworks.redis with parameters of type ZStoreArgs
 Long RedisConnection.zinterstore(K destination, ZStoreArgs storeArgs, K... keys)
           
 Future<Long> RedisAsyncConnection.zinterstore(K destination, ZStoreArgs storeArgs, K... keys)
           
 Long RedisConnection.zunionstore(K destination, ZStoreArgs storeArgs, K... keys)
           
 Future<Long> RedisAsyncConnection.zunionstore(K destination, ZStoreArgs storeArgs, K... keys)
           
 



Copyright © 2013. All Rights Reserved.