Package redis.clients.jedis.timeseries
Class TSInfo.Rule
java.lang.Object
redis.clients.jedis.timeseries.TSInfo.Rule
- Enclosing class:
TSInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AggregationTypeprivate final longprivate final longprivate final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRule(String compaction, long bucket, AggregationType aggregation, long alignment) -
Method Summary
Modifier and TypeMethodDescriptionlonglong
-
Field Details
-
compactionKey
-
bucketDuration
private final long bucketDuration -
aggregator
-
alignmentTimestamp
private final long alignmentTimestamp
-
-
Constructor Details
-
Rule
-
-
Method Details
-
getCompactionKey
-
getBucketDuration
public long getBucketDuration() -
getAggregator
-
getAlignmentTimestamp
public long getAlignmentTimestamp()
-