Package redis.clients.jedis
Class ZParams
- java.lang.Object
-
- redis.clients.jedis.ZParams
-
public class ZParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZParams.Aggregate
-
Constructor Summary
Constructors Constructor Description ZParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZParamsaggregate(ZParams.Aggregate aggregate)Collection<byte[]>getParams()ZParamsweights(double... weights)Set weights.
-
-
-
Method Detail
-
weights
public ZParams weights(double... weights)
Set weights.- Parameters:
weights- weights.- Returns:
-
getParams
public Collection<byte[]> getParams()
-
aggregate
public ZParams aggregate(ZParams.Aggregate aggregate)
-
-