[skip ci] Add comment for getExcludedSegments (#11375)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/11382/head
bigsheeper 2021-11-06 19:55:18 +08:00 committed by GitHub
parent af9e120663
commit dc1dc199a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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