Uses of Enum Class
io.dingodb.common.Common.VectorIndexType
Packages that use Common.VectorIndexType
-
Uses of Common.VectorIndexType in io.dingodb.common
Methods in io.dingodb.common that return Common.VectorIndexTypeModifier and TypeMethodDescriptionstatic Common.VectorIndexTypeCommon.VectorIndexType.forNumber(int value) Common.VectorIndexMetrics.Builder.getVectorIndexType()vector index type .Common.VectorIndexMetrics.getVectorIndexType()vector index type .Common.VectorIndexMetricsOrBuilder.getVectorIndexType()vector index type .Common.VectorIndexParameter.Builder.getVectorIndexType().dingodb.pb.common.VectorIndexType vector_index_type = 1;Common.VectorIndexParameter.getVectorIndexType().dingodb.pb.common.VectorIndexType vector_index_type = 1;Common.VectorIndexParameterOrBuilder.getVectorIndexType().dingodb.pb.common.VectorIndexType vector_index_type = 1;static Common.VectorIndexTypeCommon.VectorIndexType.valueOf(int value) Deprecated.static Common.VectorIndexTypeCommon.VectorIndexType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.VectorIndexTypeReturns the enum constant of this class with the specified name.static Common.VectorIndexType[]Common.VectorIndexType.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.VectorIndexTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.VectorIndexType>Common.VectorIndexType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.VectorIndexTypeModifier and TypeMethodDescriptionCommon.VectorIndexMetrics.Builder.setVectorIndexType(Common.VectorIndexType value) vector index type .Common.VectorIndexParameter.Builder.setVectorIndexType(Common.VectorIndexType value) .dingodb.pb.common.VectorIndexType vector_index_type = 1; -
Uses of Common.VectorIndexType in io.dingodb.debug
Methods in io.dingodb.debug that return Common.VectorIndexTypeModifier and TypeMethodDescriptionDebug.DebugResponse.RawVectorIndexState.Builder.getSubType().dingodb.pb.common.VectorIndexType sub_type = 3;Debug.DebugResponse.RawVectorIndexState.getSubType().dingodb.pb.common.VectorIndexType sub_type = 3;Debug.DebugResponse.RawVectorIndexStateOrBuilder.getSubType().dingodb.pb.common.VectorIndexType sub_type = 3;Debug.DebugResponse.RawVectorIndexState.Builder.getType().dingodb.pb.common.VectorIndexType type = 2;Debug.DebugResponse.RawVectorIndexState.getType().dingodb.pb.common.VectorIndexType type = 2;Debug.DebugResponse.RawVectorIndexStateOrBuilder.getType().dingodb.pb.common.VectorIndexType type = 2;Methods in io.dingodb.debug with parameters of type Common.VectorIndexTypeModifier and TypeMethodDescriptionDebug.DebugResponse.RawVectorIndexState.Builder.setSubType(Common.VectorIndexType value) .dingodb.pb.common.VectorIndexType sub_type = 3;Debug.DebugResponse.RawVectorIndexState.Builder.setType(Common.VectorIndexType value) .dingodb.pb.common.VectorIndexType type = 2; -
Uses of Common.VectorIndexType in io.dingodb.meta
Methods in io.dingodb.meta that return Common.VectorIndexTypeModifier and TypeMethodDescriptionMeta.IndexMetrics.Builder.getVectorIndexType()vector index type .Meta.IndexMetrics.getVectorIndexType()vector index type .Meta.IndexMetricsOrBuilder.getVectorIndexType()vector index type .Methods in io.dingodb.meta with parameters of type Common.VectorIndexTypeModifier and TypeMethodDescriptionMeta.IndexMetrics.Builder.setVectorIndexType(Common.VectorIndexType value) vector index type .