Class TSInfo.Rule

java.lang.Object
redis.clients.jedis.timeseries.TSInfo.Rule
Enclosing class:
TSInfo

public static class TSInfo.Rule extends Object
  • Field Details

    • compactionKey

      private final String compactionKey
    • bucketDuration

      private final long bucketDuration
    • aggregator

      private final AggregationType aggregator
    • alignmentTimestamp

      private final long alignmentTimestamp
  • Constructor Details

  • Method Details

    • getCompactionKey

      public String getCompactionKey()
    • getBucketDuration

      public long getBucketDuration()
    • getAggregator

      public AggregationType getAggregator()
    • getAlignmentTimestamp

      public long getAlignmentTimestamp()