Package redis.clients.jedis.timeseries
Class TSInfo.Rule
- java.lang.Object
-
- redis.clients.jedis.timeseries.TSInfo.Rule
-
- Enclosing class:
- TSInfo
public static class TSInfo.Rule extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationTypegetAggregator()longgetAlignmentTimestamp()longgetBucketDuration()java.lang.StringgetCompactionKey()
-
-
-
Method Detail
-
getCompactionKey
public java.lang.String getCompactionKey()
-
getBucketDuration
public long getBucketDuration()
-
getAggregator
public AggregationType getAggregator()
-
getAlignmentTimestamp
public long getAlignmentTimestamp()
-
-