Uses of Class
com.hazelcast.config.vector.VectorCollectionConfig
Packages that use VectorCollectionConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains configuration classes for vector collection.
-
Uses of VectorCollectionConfig in com.hazelcast.config
Methods in com.hazelcast.config that return VectorCollectionConfigModifier and TypeMethodDescriptionConfig.getVectorCollectionConfigOrNull
(String name) Get vector collection config.Methods in com.hazelcast.config that return types with arguments of type VectorCollectionConfigModifier and TypeMethodDescriptionConfig.getVectorCollectionConfigs()
Retrieve configurations for all vector collections.Methods in com.hazelcast.config with parameters of type VectorCollectionConfigModifier and TypeMethodDescriptionConfig.addVectorCollectionConfig
(VectorCollectionConfig vectorCollectionConfig) Add vector collection config.Method parameters in com.hazelcast.config with type arguments of type VectorCollectionConfigModifier and TypeMethodDescriptionConfig.setVectorCollectionConfigs
(Map<String, VectorCollectionConfig> vectorConfigs) Set the list of vector collection configurations. -
Uses of VectorCollectionConfig in com.hazelcast.config.vector
Methods in com.hazelcast.config.vector that return VectorCollectionConfigModifier and TypeMethodDescriptionVectorCollectionConfig.addVectorIndexConfig
(VectorIndexConfig vectorIndexConfig) Adds a vector index configuration to this vector collection configuration.Sets the name of the VectorCollection.Constructors in com.hazelcast.config.vector with parameters of type VectorCollectionConfigModifierConstructorDescriptionConstructs a newVectorCollectionConfig
instance by copying the values from the provided configuration.