Uses of Enum Class
io.dingodb.index.Index.AlgorithmType
Packages that use Index.AlgorithmType
-
Uses of Index.AlgorithmType in io.dingodb.index
Methods in io.dingodb.index that return Index.AlgorithmTypeModifier and TypeMethodDescriptionstatic Index.AlgorithmTypeIndex.AlgorithmType.forNumber(int value) Index.VectorCalcDistanceRequest.Builder.getAlgorithmType()which library algorithm to useIndex.VectorCalcDistanceRequest.getAlgorithmType()which library algorithm to useIndex.VectorCalcDistanceRequestOrBuilder.getAlgorithmType()which library algorithm to usestatic Index.AlgorithmTypeIndex.AlgorithmType.valueOf(int value) Deprecated.static Index.AlgorithmTypeIndex.AlgorithmType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Index.AlgorithmTypeReturns the enum constant of this class with the specified name.static Index.AlgorithmType[]Index.AlgorithmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.index that return types with arguments of type Index.AlgorithmTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Index.AlgorithmType>Index.AlgorithmType.internalGetValueMap()Methods in io.dingodb.index with parameters of type Index.AlgorithmTypeModifier and TypeMethodDescriptionIndex.VectorCalcDistanceRequest.Builder.setAlgorithmType(Index.AlgorithmType value) which library algorithm to use