Interface LoadBalanceRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LoadBalanceRequest, LoadBalanceRequest.Builder

    public interface LoadBalanceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBase

        boolean hasBase()
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        Whether the base field is set.
      • getBase

        MsgBase getBase()
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        The base.
      • getBaseOrBuilder

        MsgBaseOrBuilder getBaseOrBuilder()
        .milvus.proto.common.MsgBase base = 1;
      • getSrcNodeID

        long getSrcNodeID()
        int64 src_nodeID = 2;
        Returns:
        The srcNodeID.
      • getDstNodeIDsList

        List<Long> getDstNodeIDsList()
        repeated int64 dst_nodeIDs = 3;
        Returns:
        A list containing the dstNodeIDs.
      • getDstNodeIDsCount

        int getDstNodeIDsCount()
        repeated int64 dst_nodeIDs = 3;
        Returns:
        The count of dstNodeIDs.
      • getDstNodeIDs

        long getDstNodeIDs​(int index)
        repeated int64 dst_nodeIDs = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The dstNodeIDs at the given index.
      • getSealedSegmentIDsList

        List<Long> getSealedSegmentIDsList()
        repeated int64 sealed_segmentIDs = 4;
        Returns:
        A list containing the sealedSegmentIDs.
      • getSealedSegmentIDsCount

        int getSealedSegmentIDsCount()
        repeated int64 sealed_segmentIDs = 4;
        Returns:
        The count of sealedSegmentIDs.
      • getSealedSegmentIDs

        long getSealedSegmentIDs​(int index)
        repeated int64 sealed_segmentIDs = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The sealedSegmentIDs at the given index.
      • getCollectionName

        String getCollectionName()
        string collectionName = 5;
        Returns:
        The collectionName.
      • getCollectionNameBytes

        com.google.protobuf.ByteString getCollectionNameBytes()
        string collectionName = 5;
        Returns:
        The bytes for collectionName.
      • getDbName

        String getDbName()
        string db_name = 6;
        Returns:
        The dbName.
      • getDbNameBytes

        com.google.protobuf.ByteString getDbNameBytes()
        string db_name = 6;
        Returns:
        The bytes for dbName.