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

com.aerospike.vector.client.OwnedPartitionsOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: vector-db.proto

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

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

  /**
   * repeated uint64 ownedPartitions = 1;
   * @return A list containing the ownedPartitions.
   */
  java.util.List getOwnedPartitionsList();
  /**
   * repeated uint64 ownedPartitions = 1;
   * @return The count of ownedPartitions.
   */
  int getOwnedPartitionsCount();
  /**
   * repeated uint64 ownedPartitions = 1;
   * @param index The index of the element to return.
   * @return The ownedPartitions at the given index.
   */
  long getOwnedPartitions(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy