mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for removeExcludedSegments (#11335)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11293/head
parent
85ba05e7f3
commit
3ba797fffc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue