Uses of Class
com.redis.lettucemod.timeseries.Aggregation.BucketTimestamp
-
Packages that use Aggregation.BucketTimestamp Package Description com.redis.lettucemod.timeseries -
-
Uses of Aggregation.BucketTimestamp in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return Aggregation.BucketTimestamp Modifier and Type Method Description static Aggregation.BucketTimestampAggregation.BucketTimestamp. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Aggregation.BucketTimestamp[]Aggregation.BucketTimestamp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redis.lettucemod.timeseries that return types with arguments of type Aggregation.BucketTimestamp Modifier and Type Method Description java.util.Optional<Aggregation.BucketTimestamp>Aggregation. getBucketTimestamp()Methods in com.redis.lettucemod.timeseries with parameters of type Aggregation.BucketTimestamp Modifier and Type Method Description Aggregation.BuilderAggregation.Builder. bucketTimestamp(Aggregation.BucketTimestamp bt)Method parameters in com.redis.lettucemod.timeseries with type arguments of type Aggregation.BucketTimestamp Modifier and Type Method Description voidAggregation. setBucketTimestamp(java.util.Optional<Aggregation.BucketTimestamp> bucketTimestamp)
-