Uses of Enum Class
com.hazelcast.config.vector.Metric
Packages that use Metric
Package
Description
This package contains configuration classes for vector collection.
-
Uses of Metric in com.hazelcast.config.vector
Methods in com.hazelcast.config.vector that return MetricModifier and TypeMethodDescriptionstatic Metric
Metric.getById
(int id) Returns the Metric as an enum.VectorIndexConfig.getMetric()
Retrieves the metric of this vector index configuration.static Metric
Returns the enum constant of this class with the specified name.static Metric[]
Metric.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config.vector with parameters of type MetricModifier and TypeMethodDescriptionSets the metric of this vector index configuration.Constructors in com.hazelcast.config.vector with parameters of type MetricModifierConstructorDescriptionVectorIndexConfig
(String indexName, Metric metric, int dimension) Constructs a VectorIndexConfig with the given parameters.VectorIndexConfig
(String indexName, Metric metric, int dimension, int maxDegree, int efConstruction, boolean useDeduplication) Constructs a VectorIndexConfig object with the specified parameters.