Uses of Class
com.redis.lettucemod.timeseries.Aggregation.Align
-
Packages that use Aggregation.Align Package Description com.redis.lettucemod.timeseries -
-
Uses of Aggregation.Align in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return Aggregation.Align Modifier and Type Method Description static Aggregation.AlignAggregation.Align. end()static Aggregation.AlignAggregation.Align. of(long timestamp)static Aggregation.AlignAggregation.Align. start()Methods in com.redis.lettucemod.timeseries that return types with arguments of type Aggregation.Align Modifier and Type Method Description java.util.Optional<Aggregation.Align>Aggregation. getAlign()Methods in com.redis.lettucemod.timeseries with parameters of type Aggregation.Align Modifier and Type Method Description Aggregation.BuilderAggregation.Builder. align(Aggregation.Align align)Method parameters in com.redis.lettucemod.timeseries with type arguments of type Aggregation.Align Modifier and Type Method Description voidAggregation. setAlign(java.util.Optional<Aggregation.Align> align)
-