mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci] Add comment for removeExcludedSegments (#11335)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
85ba05e7f3
commit
3ba797fffc
@ -99,6 +99,7 @@ type ReplicaInterface interface {
|
|||||||
getSegmentStatistics() []*internalpb.SegmentStats
|
getSegmentStatistics() []*internalpb.SegmentStats
|
||||||
|
|
||||||
// excluded segments
|
// excluded segments
|
||||||
|
// removeExcludedSegments will remove excludedSegments from collectionReplica
|
||||||
removeExcludedSegments(collectionID UniqueID)
|
removeExcludedSegments(collectionID UniqueID)
|
||||||
addExcludedSegments(collectionID UniqueID, segmentInfos []*datapb.SegmentInfo)
|
addExcludedSegments(collectionID UniqueID, segmentInfos []*datapb.SegmentInfo)
|
||||||
getExcludedSegments(collectionID UniqueID) ([]*datapb.SegmentInfo, error)
|
getExcludedSegments(collectionID UniqueID) ([]*datapb.SegmentInfo, error)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user