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

com.aerospike.vector.client.proto.ClusterNodeEndpointsOrBuilder 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: vector-db.proto

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

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

  /**
   * map<uint64, .aerospike.vector.ServerEndpointList> endpoints = 1;
   */
  int getEndpointsCount();
  /**
   * map<uint64, .aerospike.vector.ServerEndpointList> endpoints = 1;
   */
  boolean containsEndpoints(
      long key);
  /**
   * Use {@link #getEndpointsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getEndpoints();
  /**
   * map<uint64, .aerospike.vector.ServerEndpointList> endpoints = 1;
   */
  java.util.Map
  getEndpointsMap();
  /**
   * map<uint64, .aerospike.vector.ServerEndpointList> endpoints = 1;
   */
  /* nullable */
com.aerospike.vector.client.proto.ServerEndpointList getEndpointsOrDefault(
      long key,
      /* nullable */
com.aerospike.vector.client.proto.ServerEndpointList defaultValue);
  /**
   * map<uint64, .aerospike.vector.ServerEndpointList> endpoints = 1;
   */
  com.aerospike.vector.client.proto.ServerEndpointList getEndpointsOrThrow(
      long key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy