Uses of Enum Class
com.hazelcast.config.vector.Metric
Package
Description
This package contains configuration classes for vector collection.
-
Uses of Metric in com.hazelcast.config.vector
Modifier 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.Modifier and TypeMethodDescriptionSets the metric of this vector index configuration.ModifierConstructorDescriptionVectorIndexConfig
(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.