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.VectorCollectionConfig.setAsyncBackupCount
(int asyncBackupCount) Sets the number of asynchronous backups. 0 means no backups.VectorCollectionConfig.setBackupCount
(int backupCount) Number of synchronous backups.VectorCollectionConfig.setMergePolicyConfig
(MergePolicyConfig mergePolicyConfig) Sets theMergePolicyConfig
for the data structure.Sets the name of the VectorCollection.VectorCollectionConfig.setSplitBrainProtectionName
(String splitBrainProtectionName) Sets the split brain protection name for operations of the data structure.VectorCollectionConfig.setUserCodeNamespace
(String userCodeNamespace) Constructors in com.hazelcast.config.vector with parameters of type VectorCollectionConfigModifierConstructorDescriptionConstructs a newVectorCollectionConfig
instance by copying the values from the provided configuration.