Uses of Class
redis.clients.jedis.ZParams.Aggregate
-
Packages that use ZParams.Aggregate Package Description redis.clients.jedis -
-
Uses of ZParams.Aggregate in redis.clients.jedis
Methods in redis.clients.jedis that return ZParams.Aggregate Modifier and Type Method Description static ZParams.AggregateZParams.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 Modifier and Type Method Description ZParamsZParams. aggregate(ZParams.Aggregate aggregate)
-