Class TSMRangeParams

java.lang.Object
redis.clients.jedis.timeseries.TSMRangeParams
All Implemented Interfaces:
IParams

public class TSMRangeParams extends Object implements IParams
Represents optional arguments of TS.MRANGE and TS.MREVRANGE commands.
  • Field Details

    • fromTimestamp

      private Long fromTimestamp
    • toTimestamp

      private Long toTimestamp
    • latest

      private boolean latest
    • filterByTimestamps

      private long[] filterByTimestamps
    • filterByValues

      private double[] filterByValues
    • withLabels

      private boolean withLabels
    • selectedLabels

      private String[] selectedLabels
    • count

      private Integer count
    • align

      private byte[] align
    • aggregationType

      private AggregationType aggregationType
    • bucketDuration

      private long bucketDuration
    • bucketTimestamp

      private byte[] bucketTimestamp
    • empty

      private boolean empty
    • filters

      private String[] filters
    • groupByLabel

      private String groupByLabel
    • groupByReduce

      private String groupByReduce
  • Constructor Details

    • TSMRangeParams

      public TSMRangeParams(long fromTimestamp, long toTimestamp)
    • TSMRangeParams

      public TSMRangeParams()
  • Method Details