Package com.redis.lettucemod.timeseries
Class Latest
- java.lang.Object
-
- com.redis.lettucemod.timeseries.Latest
-
- All Implemented Interfaces:
io.lettuce.core.CompositeArgument
public class Latest extends java.lang.Object implements io.lettuce.core.CompositeArgument
-
-
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)booleanisEnabled()static Latestof(boolean latest)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
build
public <K,V> void build(io.lettuce.core.protocol.CommandArgs<K,V> args)
- Specified by:
buildin interfaceio.lettuce.core.CompositeArgument
-
of
public static Latest of(boolean latest)
-
-