com.aerospike.vector.client.proto.ClusteringStateOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avs-client-java Show documentation
Show all versions of avs-client-java Show documentation
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 ClusteringStateOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.ClusteringState)
com.google.protobuf.MessageOrBuilder {
/**
*
* Indicates if this node is in a cluster.
*
*
* bool isInCluster = 1;
* @return The isInCluster.
*/
boolean getIsInCluster();
/**
*
* Unique identifier for the current cluster epoch.
* Valid only if the node is in cluster.
*
*
* .aerospike.vector.ClusterId clusterId = 2;
* @return Whether the clusterId field is set.
*/
boolean hasClusterId();
/**
*
* Unique identifier for the current cluster epoch.
* Valid only if the node is in cluster.
*
*
* .aerospike.vector.ClusterId clusterId = 2;
* @return The clusterId.
*/
com.aerospike.vector.client.proto.ClusterId getClusterId();
/**
*
* Unique identifier for the current cluster epoch.
* Valid only if the node is in cluster.
*
*
* .aerospike.vector.ClusterId clusterId = 2;
*/
com.aerospike.vector.client.proto.ClusterIdOrBuilder getClusterIdOrBuilder();
/**
*
* Current cluster members.
*
*
* repeated .aerospike.vector.NodeId members = 3;
*/
java.util.List
getMembersList();
/**
*
* Current cluster members.
*
*
* repeated .aerospike.vector.NodeId members = 3;
*/
com.aerospike.vector.client.proto.NodeId getMembers(int index);
/**
*
* Current cluster members.
*
*
* repeated .aerospike.vector.NodeId members = 3;
*/
int getMembersCount();
/**
*
* Current cluster members.
*
*
* repeated .aerospike.vector.NodeId members = 3;
*/
java.util.List extends com.aerospike.vector.client.proto.NodeIdOrBuilder>
getMembersOrBuilderList();
/**
*
* Current cluster members.
*
*
* repeated .aerospike.vector.NodeId members = 3;
*/
com.aerospike.vector.client.proto.NodeIdOrBuilder getMembersOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy