Uses of Enum Class
com.redis.lettucemod.protocol.TimeSeriesCommandType
Packages that use TimeSeriesCommandType
-
Uses of TimeSeriesCommandType in com.redis.lettucemod.protocol
Methods in com.redis.lettucemod.protocol that return TimeSeriesCommandTypeModifier and TypeMethodDescriptionstatic TimeSeriesCommandTypeReturns the enum constant of this class with the specified name.static TimeSeriesCommandType[]TimeSeriesCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TimeSeriesCommandType in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries with parameters of type TimeSeriesCommandTypeModifier and TypeMethodDescriptionprotected <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)