Uses of Class
com.hazelcast.config.vector.VectorCollectionConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains configuration classes for vector collection.
-
Uses of VectorCollectionConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.getVectorCollectionConfigOrNull
(String name) Get vector collection config.Modifier and TypeMethodDescriptionConfig.getVectorCollectionConfigs()
Retrieve configurations for all vector collections.Modifier and TypeMethodDescriptionConfig.addVectorCollectionConfig
(VectorCollectionConfig vectorCollectionConfig) Add vector collection config.Modifier and TypeMethodDescriptionConfig.setVectorCollectionConfigs
(Map<String, VectorCollectionConfig> vectorConfigs) Set the list of vector collection configurations. -
Uses of VectorCollectionConfig in com.hazelcast.config.vector
Modifier and TypeMethodDescriptionVectorCollectionConfig.addVectorIndexConfig
(VectorIndexConfig vectorIndexConfig) Adds a vector index configuration to this vector collection configuration.VectorCollectionConfig.setAsyncBackupCount
(int asyncBackupCount) Sets the number of asynchronous backups. 0 means no backups.VectorCollectionConfig.setBackupCount
(int backupCount) Number of synchronous backups.Sets the name of the VectorCollection.ModifierConstructorDescriptionConstructs a newVectorCollectionConfig
instance by copying the values from the provided configuration.