Uses of Enum Class
com.redis.lettucemod.timeseries.Aggregation.BucketTimestamp
Packages that use Aggregation.BucketTimestamp
-
Uses of Aggregation.BucketTimestamp in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return Aggregation.BucketTimestampModifier and TypeMethodDescriptionstatic Aggregation.BucketTimestampReturns the enum constant of this class with the specified name.static Aggregation.BucketTimestamp[]Aggregation.BucketTimestamp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.redis.lettucemod.timeseries that return types with arguments of type Aggregation.BucketTimestampMethods in com.redis.lettucemod.timeseries with parameters of type Aggregation.BucketTimestampModifier and TypeMethodDescriptionAggregation.Builder.bucketTimestamp(Aggregation.BucketTimestamp bt) Method parameters in com.redis.lettucemod.timeseries with type arguments of type Aggregation.BucketTimestampModifier and TypeMethodDescriptionvoidAggregation.setBucketTimestamp(Optional<Aggregation.BucketTimestamp> bucketTimestamp)