Class TimeSeriesQuery

    • Constructor Detail

      • TimeSeriesQuery

        public TimeSeriesQuery()
    • Method Detail

      • filter

        public TimeSeriesQuery filter​(Map<String,​String> filters)
        Specifies the mandatory list of key-value attributes that the series should match
        Parameters:
        filters - the mandatory key-value attributes that the series should match
        Returns:
        the builder
      • range

        public TimeSeriesQuery range​(long from,
                                     long to)
        Specifies a time range for the query
        Parameters:
        from - the beginning of the time range in ms (Epoch time)
        to - the end of the time range (Epoch time)
        Returns:
        the builder
      • getFrom

        public Long getFrom()
      • getTo

        public Long getTo()