Package com.redislabs.redistimeseries
Class Range
- java.lang.Object
-
- com.redislabs.redistimeseries.Range
-
public class Range extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Map<String,String>getLabels()Value[]getValues()protected static byte[][]multiRangeArgs(long from, long to, Aggregation aggregation, long timeBucket, boolean withLabels, Integer count, String[] filters)protected static Range[]parseMget(List<?> result)protected static Value[]parseRange(List<Object> range)protected static Range[]parseRanges(List<?> result)
-
-
-
Method Detail
-
getKey
public String getKey()
-
getValues
public Value[] getValues()
-
multiRangeArgs
protected static byte[][] multiRangeArgs(long from, long to, Aggregation aggregation, long timeBucket, boolean withLabels, Integer count, String[] filters)
-
-