Uses of Enum Class
com.redis.lettucemod.protocol.TDigestCommandType
Packages that use TDigestCommandType
-
Uses of TDigestCommandType in com.redis.lettucemod.bloom
Methods in com.redis.lettucemod.bloom with parameters of type TDigestCommandTypeModifier and TypeMethodDescriptionprotected <A,B, T> io.lettuce.core.protocol.Command<A, B, T> BloomCommandBuilder.createCommand(TDigestCommandType type, io.lettuce.core.output.CommandOutput<A, B, T> output, io.lettuce.core.protocol.CommandArgs<A, B> args) -
Uses of TDigestCommandType in com.redis.lettucemod.protocol
Methods in com.redis.lettucemod.protocol that return TDigestCommandTypeModifier and TypeMethodDescriptionstatic TDigestCommandTypeReturns the enum constant of this class with the specified name.static TDigestCommandType[]TDigestCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared.