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 Summary

    Modifier and Type
    Method
    Description
    .milvus.proto.common.MsgBase base = 1;
    .milvus.proto.common.MsgBase base = 1;
    string collectionName = 5;
    com.google.protobuf.ByteString
    string collectionName = 5;
    string db_name = 6;
    com.google.protobuf.ByteString
    string db_name = 6;
    long
    getDstNodeIDs(int index)
    repeated int64 dst_nodeIDs = 3;
    int
    repeated int64 dst_nodeIDs = 3;
    repeated int64 dst_nodeIDs = 3;
    long
    repeated int64 sealed_segmentIDs = 4;
    int
    repeated int64 sealed_segmentIDs = 4;
    repeated int64 sealed_segmentIDs = 4;
    long
    int64 src_nodeID = 2;
    boolean
    .milvus.proto.common.MsgBase base = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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.