
com.aerospike.vector.client.proto.ClusteringStateOrBuilder 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.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 - 2025 Weber Informatics LLC | Privacy Policy