Class Range


  • public class Range
    extends Object
    • Method Detail

      • getKey

        public String getKey()
      • getValues

        public Value[] getValues()
      • parseRanges

        protected static Range[] parseRanges​(List<?> result)
      • parseMget

        protected static Range[] parseMget​(List<?> result)
      • multiRangeArgs

        protected static byte[][] multiRangeArgs​(long from,
                                                 long to,
                                                 Aggregation aggregation,
                                                 long timeBucket,
                                                 boolean withLabels,
                                                 Integer count,
                                                 String[] filters)