Uses of Enum Class
io.dingodb.common.Common.MetricType
Packages that use Common.MetricType
-
Uses of Common.MetricType in io.dingodb.common
Methods in io.dingodb.common that return Common.MetricTypeModifier and TypeMethodDescriptionstatic Common.MetricTypeCommon.MetricType.forNumber(int value) Common.CreateBinaryFlatParam.Builder.getMetricType()only support hammingCommon.CreateBinaryFlatParam.getMetricType()only support hammingCommon.CreateBinaryFlatParamOrBuilder.getMetricType()only support hammingCommon.CreateBinaryIvfFlatParam.Builder.getMetricType()only support hammingCommon.CreateBinaryIvfFlatParam.getMetricType()only support hammingCommon.CreateBinaryIvfFlatParamOrBuilder.getMetricType()only support hammingCommon.CreateBruteForceParam.Builder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateBruteForceParam.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateBruteForceParamOrBuilder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateDiskAnnParam.Builder.getMetricType()distance calculation method (L2 or InnerProduct) required The distance calculation method to be used for the index.Common.CreateDiskAnnParam.getMetricType()distance calculation method (L2 or InnerProduct) required The distance calculation method to be used for the index.Common.CreateDiskAnnParamOrBuilder.getMetricType()distance calculation method (L2 or InnerProduct) required The distance calculation method to be used for the index.Common.CreateFlatParam.Builder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateFlatParam.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateFlatParamOrBuilder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateHnswParam.Builder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateHnswParam.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateHnswParamOrBuilder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateIvfFlatParam.Builder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateIvfFlatParam.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateIvfFlatParamOrBuilder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateIvfPqParam.Builder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateIvfPqParam.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateIvfPqParamOrBuilder.getMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.VectorWithDistance.Builder.getMetricType().dingodb.pb.common.MetricType metric_type = 3;Common.VectorWithDistance.getMetricType().dingodb.pb.common.MetricType metric_type = 3;Common.VectorWithDistanceOrBuilder.getMetricType().dingodb.pb.common.MetricType metric_type = 3;static Common.MetricTypeCommon.MetricType.valueOf(int value) Deprecated.static Common.MetricTypeCommon.MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.MetricTypeReturns the enum constant of this class with the specified name.static Common.MetricType[]Common.MetricType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.common that return types with arguments of type Common.MetricTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.MetricType>Common.MetricType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.MetricTypeModifier and TypeMethodDescriptionCommon.CreateBinaryFlatParam.Builder.setMetricType(Common.MetricType value) only support hammingCommon.CreateBinaryIvfFlatParam.Builder.setMetricType(Common.MetricType value) only support hammingCommon.CreateBruteForceParam.Builder.setMetricType(Common.MetricType value) distance calculation method (L2 or InnerProduct) requiredCommon.CreateDiskAnnParam.Builder.setMetricType(Common.MetricType value) distance calculation method (L2 or InnerProduct) required The distance calculation method to be used for the index.Common.CreateFlatParam.Builder.setMetricType(Common.MetricType value) distance calculation method (L2 or InnerProduct) requiredCommon.CreateHnswParam.Builder.setMetricType(Common.MetricType value) distance calculation method (L2 or InnerProduct) requiredCommon.CreateIvfFlatParam.Builder.setMetricType(Common.MetricType value) distance calculation method (L2 or InnerProduct) requiredCommon.CreateIvfPqParam.Builder.setMetricType(Common.MetricType value) distance calculation method (L2 or InnerProduct) requiredCommon.VectorWithDistance.Builder.setMetricType(Common.MetricType value) .dingodb.pb.common.MetricType metric_type = 3; -
Uses of Common.MetricType in io.dingodb.index
Methods in io.dingodb.index that return Common.MetricTypeModifier and TypeMethodDescriptionIndex.VectorCalcDistanceRequest.Builder.getMetricType()must be validIndex.VectorCalcDistanceRequest.getMetricType()must be validIndex.VectorCalcDistanceRequestOrBuilder.getMetricType()must be validMethods in io.dingodb.index with parameters of type Common.MetricTypeModifier and TypeMethodDescriptionIndex.VectorCalcDistanceRequest.Builder.setMetricType(Common.MetricType value) must be valid