未验证 提交 d6fa46cf 编写于 作者: B bigsheeper 提交者: GitHub

[skip ci] Add comment for addSegment (#11194)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 7ea6b773
......@@ -79,6 +79,7 @@ type ReplicaInterface interface {
getSegmentIDsByVChannel(partitionID UniqueID, vChannel Channel) ([]UniqueID, error)
// segment
// addSegment add a new segment to collectionReplica
addSegment(segmentID UniqueID, partitionID UniqueID, collectionID UniqueID, vChannelID Channel, segType segmentType, onService bool) error
setSegment(segment *Segment) error
// removeSegment removes a segment from collectionReplica
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册