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