Class VectorCollectionConfig

java.lang.Object
com.hazelcast.config.vector.VectorCollectionConfig
All Implemented Interfaces:
NamedConfig, SplitBrainPolicyAwareConfig, UserCodeNamespaceAwareConfig<VectorCollectionConfig>, DataSerializable, IdentifiedDataSerializable, com.hazelcast.nio.serialization.impl.Versioned

@Beta public class VectorCollectionConfig extends Object implements NamedConfig, IdentifiedDataSerializable, com.hazelcast.nio.serialization.impl.Versioned, SplitBrainPolicyAwareConfig, UserCodeNamespaceAwareConfig<VectorCollectionConfig>
Configuration object for a vector collection.
Since:
5.5
  • Field Details

    • MIN_BACKUP_COUNT

      public static final int MIN_BACKUP_COUNT
      The minimum number of backups
      See Also:
    • DEFAULT_BACKUP_COUNT

      public static final int DEFAULT_BACKUP_COUNT
      The default number of backups
      See Also:
    • MAX_BACKUP_COUNT

      public static final int MAX_BACKUP_COUNT
      The maximum number of backups
      See Also:
  • Constructor Details

    • VectorCollectionConfig

      public VectorCollectionConfig()
      Creates a new, empty VectorCollectionConfig.
    • VectorCollectionConfig

      public VectorCollectionConfig(String name)
      Constructs a VectorCollectionConfig with the given name.
      Parameters:
      name - the name of the vector collection
    • VectorCollectionConfig

      public VectorCollectionConfig(VectorCollectionConfig config)
      Constructs a new VectorCollectionConfig instance by copying the values from the provided configuration.
      Parameters:
      config - The VectorCollectionConfig instance to copy. It serves as the source of values for the new configuration.
  • Method Details