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

com.aerospike.vector.client.HnswBatchingParamsOrBuilder 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;

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

  /**
   * 
   * Maximum number of records to fit in a batch.
   * The default value is 10000.
   * 
* * optional uint32 maxRecords = 1; * @return Whether the maxRecords field is set. */ boolean hasMaxRecords(); /** *
   * Maximum number of records to fit in a batch.
   * The default value is 10000.
   * 
* * optional uint32 maxRecords = 1; * @return The maxRecords. */ int getMaxRecords(); /** *
   * The maximum amount of time in milliseconds to wait before finalizing a batch.
   * The default value is 10000.
   * 
* * optional uint32 interval = 2; * @return Whether the interval field is set. */ boolean hasInterval(); /** *
   * The maximum amount of time in milliseconds to wait before finalizing a batch.
   * The default value is 10000.
   * 
* * optional uint32 interval = 2; * @return The interval. */ int getInterval(); /** *
   * Disables batching for index updates.
   * Default is false meaning batching is enabled.
   * 
* * optional bool disabled = 3; * @return Whether the disabled field is set. */ boolean hasDisabled(); /** *
   * Disables batching for index updates.
   * Default is false meaning batching is enabled.
   * 
* * optional bool disabled = 3; * @return The disabled. */ boolean getDisabled(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy