mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for getExcludedSegments (#11375)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11382/head
parent
af9e120663
commit
dc1dc199a2
|
@ -103,6 +103,7 @@ type ReplicaInterface interface {
|
|||
removeExcludedSegments(collectionID UniqueID)
|
||||
// addExcludedSegments will add excludedSegments to collectionReplica
|
||||
addExcludedSegments(collectionID UniqueID, segmentInfos []*datapb.SegmentInfo)
|
||||
// getExcludedSegments returns excludedSegments of collectionReplica
|
||||
getExcludedSegments(collectionID UniqueID) ([]*datapb.SegmentInfo, error)
|
||||
|
||||
// query mu
|
||||
|
|
Loading…
Reference in New Issue