Uses of Class
io.dingodb.common.Common.CreateHnswParam.Builder
Packages that use Common.CreateHnswParam.Builder
-
Uses of Common.CreateHnswParam.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.CreateHnswParam.BuilderModifier and TypeMethodDescriptionCommon.CreateHnswParam.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CreateHnswParam.Builder.clear()Common.CreateHnswParam.Builder.clearDimension()dimensions requiredCommon.CreateHnswParam.Builder.clearEfConstruction()the range traversed in the graph during the process of finding node neighbors when composing the graph.Common.CreateHnswParam.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.CreateHnswParam.Builder.clearMaxElements()Set the maximum number of elements.Common.CreateHnswParam.Builder.clearMetricType()distance calculation method (L2 or InnerProduct) requiredCommon.CreateHnswParam.Builder.clearNlinks()The number of node neighbors, the larger the value, the better the composition effect, and the more memory it takes.Common.CreateHnswParam.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.CreateHnswParam.Builder.clone()Common.VectorIndexParameter.Builder.getHnswParameterBuilder().dingodb.pb.common.CreateHnswParam hnsw_parameter = 5;Common.CreateHnswParam.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.CreateHnswParam.Builder.mergeFrom(com.google.protobuf.Message other) Common.CreateHnswParam.Builder.mergeFrom(Common.CreateHnswParam other) Common.CreateHnswParam.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.CreateHnswParam.newBuilder()Common.CreateHnswParam.newBuilder(Common.CreateHnswParam prototype) Common.CreateHnswParam.newBuilderForType()protected Common.CreateHnswParam.BuilderCommon.CreateHnswParam.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.CreateHnswParam.Builder.setDimension(int value) dimensions requiredCommon.CreateHnswParam.Builder.setEfConstruction(int value) the range traversed in the graph during the process of finding node neighbors when composing the graph.Common.CreateHnswParam.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.CreateHnswParam.Builder.setMaxElements(int value) Set the maximum number of elements.Common.CreateHnswParam.Builder.setMetricType(Common.MetricType value) distance calculation method (L2 or InnerProduct) requiredCommon.CreateHnswParam.Builder.setMetricTypeValue(int value) distance calculation method (L2 or InnerProduct) requiredCommon.CreateHnswParam.Builder.setNlinks(int value) The number of node neighbors, the larger the value, the better the composition effect, and the more memory it takes.Common.CreateHnswParam.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.CreateHnswParam.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.CreateHnswParam.toBuilder()Methods in io.dingodb.common with parameters of type Common.CreateHnswParam.BuilderModifier and TypeMethodDescriptionCommon.VectorIndexParameter.Builder.setHnswParameter(Common.CreateHnswParam.Builder builderForValue) .dingodb.pb.common.CreateHnswParam hnsw_parameter = 5;