Uses of Enum Class
com.redis.lettucemod.timeseries.BaseOptions.Encoding
Packages that use BaseOptions.Encoding
-
Uses of BaseOptions.Encoding in com.redis.lettucemod.timeseries
Methods in com.redis.lettucemod.timeseries that return BaseOptions.EncodingModifier and TypeMethodDescriptionstatic BaseOptions.EncodingReturns the enum constant of this class with the specified name.static BaseOptions.Encoding[]BaseOptions.Encoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.redis.lettucemod.timeseries that return types with arguments of type BaseOptions.EncodingMethods in com.redis.lettucemod.timeseries with parameters of type BaseOptions.EncodingModifier and TypeMethodDescriptionBaseCreateOptions.Builder.encoding(BaseOptions.Encoding encoding) Method parameters in com.redis.lettucemod.timeseries with type arguments of type BaseOptions.EncodingModifier and TypeMethodDescriptionvoidBaseCreateOptions.setEncoding(Optional<BaseOptions.Encoding> encoding)