[skip ci] Add comment for addExcludedSegments (#11336)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/11293/head
bigsheeper 2021-11-05 19:57:35 +08:00 committed by GitHub
parent 3ba797fffc
commit a756fc78c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ type ReplicaInterface interface {
// excluded segments
// removeExcludedSegments will remove excludedSegments from collectionReplica
removeExcludedSegments(collectionID UniqueID)
// addExcludedSegments will add excludedSegments to collectionReplica
addExcludedSegments(collectionID UniqueID, segmentInfos []*datapb.SegmentInfo)
getExcludedSegments(collectionID UniqueID) ([]*datapb.SegmentInfo, error)