
com.aerospike.vector.client.proto.HnswIndexMergeParamsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: types.proto
// Protobuf Java Version: 3.25.1
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 a batch index to main index.
* Defaults to global indexing config configured for the VectorDB.
*
*
* optional uint32 parallelism = 1;
* @return Whether the parallelism field is set.
*/
boolean hasParallelism();
/**
*
* The number of vectors merged in parallel from a batch index to main index.
* Defaults to global indexing config configured for the VectorDB.
*
*
* optional uint32 parallelism = 1;
* @return The parallelism.
*/
int getParallelism();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy