All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.vector.client.proto.HnswIndexMergeParamsOrBuilder Maven / Gradle / Ivy

Go to download

This project includes the Java client for Aerospike Vector Search for high-performance data interactions.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: types.proto

// Protobuf Java Version: 3.25.5
package com.aerospike.vector.client.proto;

public interface HnswIndexMergeParamsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:aerospike.vector.HnswIndexMergeParams)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The number of vectors merged in parallel from an indexing record
   * batch-index to the main index.
   * Defaults to global indexing config configured for the VectorDB.
   * 
* * optional uint32 indexParallelism = 1; * @return Whether the indexParallelism field is set. */ boolean hasIndexParallelism(); /** *
   * The number of vectors merged in parallel from an indexing record
   * batch-index to the main index.
   * Defaults to global indexing config configured for the VectorDB.
   * 
* * optional uint32 indexParallelism = 1; * @return The indexParallelism. */ int getIndexParallelism(); /** *
   * The number of vectors merged in parallel from a re-indexing record
   * batch-index to the main index.
   * Defaults to global re-indexing config configured for the VectorDB.
   * 
* * optional uint32 reIndexParallelism = 2; * @return Whether the reIndexParallelism field is set. */ boolean hasReIndexParallelism(); /** *
   * The number of vectors merged in parallel from a re-indexing record
   * batch-index to the main index.
   * Defaults to global re-indexing config configured for the VectorDB.
   * 
* * optional uint32 reIndexParallelism = 2; * @return The reIndexParallelism. */ int getReIndexParallelism(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy