Package com.redis.lettucemod.timeseries
Class TimeRange
- java.lang.Object
-
- com.redis.lettucemod.timeseries.TimeRange
-
- All Implemented Interfaces:
io.lettuce.core.CompositeArgument
public class TimeRange extends java.lang.Object implements io.lettuce.core.CompositeArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
voidbuild(io.lettuce.core.protocol.CommandArgs<K,V> args)static TimeRange.Builderbuilder()static TimeRange.Builderfrom(long timestamp)static TimeRange.Builderto(long timestamp)static TimeRangeunbounded()
-
-
-
Method Detail
-
build
public <K,V> void build(io.lettuce.core.protocol.CommandArgs<K,V> args)
- Specified by:
buildin interfaceio.lettuce.core.CompositeArgument
-
from
public static TimeRange.Builder from(long timestamp)
-
to
public static TimeRange.Builder to(long timestamp)
-
unbounded
public static TimeRange unbounded()
-
builder
public static TimeRange.Builder builder()
-
-