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

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

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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy