[skip ci] Add comment for removeExcludedSegments (#11335)

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

View File

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