Uses of Class
redis.clients.jedis.ZParams.Aggregate

Packages that use ZParams.Aggregate
redis.clients.jedis   
 

Uses of ZParams.Aggregate in redis.clients.jedis
 

Methods in redis.clients.jedis that return ZParams.Aggregate
static ZParams.Aggregate ZParams.Aggregate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZParams.Aggregate[] ZParams.Aggregate.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 ZParams.Aggregate
 ZParams ZParams.aggregate(ZParams.Aggregate aggregate)
           
 



Copyright © 2012. All Rights Reserved.