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

io.milvus.grpc.ShardReplicaOrBuilder Maven / Gradle / Ivy

Go to download

Java SDK for Milvus, a distributed high-performance vector search engine. update grpc to 1.42.1 update protobuf to 3.19.1

There is a newer version: 2.2.2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface ShardReplicaOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.ShardReplica)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 leaderID = 1;
   * @return The leaderID.
   */
  long getLeaderID();

  /**
   * 
   * IP:port
   * 
* * string leader_addr = 2; * @return The leaderAddr. */ java.lang.String getLeaderAddr(); /** *
   * IP:port
   * 
* * string leader_addr = 2; * @return The bytes for leaderAddr. */ com.google.protobuf.ByteString getLeaderAddrBytes(); /** * string dm_channel_name = 3; * @return The dmChannelName. */ java.lang.String getDmChannelName(); /** * string dm_channel_name = 3; * @return The bytes for dmChannelName. */ com.google.protobuf.ByteString getDmChannelNameBytes(); /** *
   * optional, DO NOT save it in meta, set it only for GetReplicas()
   * if with_shard_nodes is true
   * 
* * repeated int64 node_ids = 4; * @return A list containing the nodeIds. */ java.util.List getNodeIdsList(); /** *
   * optional, DO NOT save it in meta, set it only for GetReplicas()
   * if with_shard_nodes is true
   * 
* * repeated int64 node_ids = 4; * @return The count of nodeIds. */ int getNodeIdsCount(); /** *
   * optional, DO NOT save it in meta, set it only for GetReplicas()
   * if with_shard_nodes is true
   * 
* * repeated int64 node_ids = 4; * @param index The index of the element to return. * @return The nodeIds at the given index. */ long getNodeIds(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy