Package io.milvus.grpc
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 TypeMethodDescriptiongetBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;string collectionName = 5;com.google.protobuf.ByteStringstring collectionName = 5;string db_name = 6;com.google.protobuf.ByteStringstring db_name = 6;longgetDstNodeIDs(int index) repeated int64 dst_nodeIDs = 3;intrepeated int64 dst_nodeIDs = 3;repeated int64 dst_nodeIDs = 3;longgetSealedSegmentIDs(int index) repeated int64 sealed_segmentIDs = 4;intrepeated int64 sealed_segmentIDs = 4;repeated int64 sealed_segmentIDs = 4;longint64 src_nodeID = 2;booleanhasBase().milvus.proto.common.MsgBase base = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-