Uses of Class
io.quarkus.redis.datasource.timeseries.BucketTimestamp
-
Packages that use BucketTimestamp Package Description io.quarkus.redis.datasource.timeseries -
-
Uses of BucketTimestamp in io.quarkus.redis.datasource.timeseries
Methods in io.quarkus.redis.datasource.timeseries that return BucketTimestamp Modifier and Type Method Description static BucketTimestampBucketTimestamp. valueOf(String name)Returns the enum constant of this type with the specified name.static BucketTimestamp[]BucketTimestamp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.redis.datasource.timeseries with parameters of type BucketTimestamp Modifier and Type Method Description MRangeArgsMRangeArgs. bucketTimestamp(BucketTimestamp ts)Controls how bucket timestamps are reported.RangeArgsRangeArgs. bucketTimestamp(BucketTimestamp ts)Controls how bucket timestamps are reported.
-