public class Range extends Object
Constructor and Description |
---|
Range(String key,
Map<String,String> labels,
Value[] values) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
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) |
public String getKey()
public Value[] getValues()
protected static byte[][] multiRangeArgs(long from, long to, Aggregation aggregation, long timeBucket, boolean withLabels, Integer count, String[] filters)
Copyright © 2021. All rights reserved.