Uses of Enum
org.redisson.api.vector.QuantizationType
Packages that use QuantizationType
-
Uses of QuantizationType in org.redisson.api.vector
Methods in org.redisson.api.vector that return QuantizationTypeModifier and TypeMethodDescriptionVectorAddParams.getQuantizationType()VectorInfo.getQuantizationType()static QuantizationTypeReturns the enum constant of this type with the specified name.static QuantizationType[]QuantizationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.vector with parameters of type QuantizationTypeModifier and TypeMethodDescriptionVectorAddArgs.quantization(QuantizationType type) Defines the quantization typeVectorAddParams.quantization(QuantizationType type) voidVectorInfo.setQuantizationType(QuantizationType quantizationType)