Uses of Class
com.redis.lettucemod.protocol.TimeSeriesCommandType
-
Packages that use TimeSeriesCommandType Package Description com.redis.lettucemod.protocol com.redis.lettucemod.timeseries -
-
Uses of TimeSeriesCommandType in com.redis.lettucemod.protocol
Methods in com.redis.lettucemod.protocol that return TimeSeriesCommandType Modifier and Type Method Description static TimeSeriesCommandTypeTimeSeriesCommandType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeSeriesCommandType[]TimeSeriesCommandType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimeSeriesCommandType in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries with parameters of type TimeSeriesCommandType Modifier and Type Method Description protected <A,B,T>
io.lettuce.core.protocol.Command<A,B,T>TimeSeriesCommandBuilder. createCommand(TimeSeriesCommandType type, io.lettuce.core.output.CommandOutput<A,B,T> output, io.lettuce.core.protocol.CommandArgs<A,B> args)
-