Package com.redis.lettucemod.timeseries
Class TimeRange.Builder
- java.lang.Object
-
- com.redis.lettucemod.timeseries.TimeRange.Builder
-
- Enclosing class:
- TimeRange
public static class TimeRange.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeRangebuild()TimeRange.Builderfrom(long timestamp)TimeRange.Builderto(long timestamp)
-
-
-
Method Detail
-
from
public TimeRange.Builder from(long timestamp)
-
to
public TimeRange.Builder to(long timestamp)
-
build
public TimeRange build()
-
-