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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgBasegetBase().milvus.proto.common.MsgBase base = 1;MsgBaseOrBuildergetBaseOrBuilder().milvus.proto.common.MsgBase base = 1;StringgetCollectionName()string collectionName = 5;com.google.protobuf.ByteStringgetCollectionNameBytes()string collectionName = 5;StringgetDbName()string db_name = 6;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 6;longgetDstNodeIDs(int index)repeated int64 dst_nodeIDs = 3;intgetDstNodeIDsCount()repeated int64 dst_nodeIDs = 3;List<Long>getDstNodeIDsList()repeated int64 dst_nodeIDs = 3;longgetSealedSegmentIDs(int index)repeated int64 sealed_segmentIDs = 4;intgetSealedSegmentIDsCount()repeated int64 sealed_segmentIDs = 4;List<Long>getSealedSegmentIDsList()repeated int64 sealed_segmentIDs = 4;longgetSrcNodeID()int64 src_nodeID = 2;booleanhasBase().milvus.proto.common.MsgBase base = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-