mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for setSegment (#11196)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11201/head
parent
d6fa46cfbb
commit
a1106181c3
|
@ -81,6 +81,7 @@ type ReplicaInterface interface {
|
|||
// segment
|
||||
// addSegment add a new segment to collectionReplica
|
||||
addSegment(segmentID UniqueID, partitionID UniqueID, collectionID UniqueID, vChannelID Channel, segType segmentType, onService bool) error
|
||||
// setSegment adds a segment to collectionReplica
|
||||
setSegment(segment *Segment) error
|
||||
// removeSegment removes a segment from collectionReplica
|
||||
removeSegment(segmentID UniqueID) error
|
||||
|
|
Loading…
Reference in New Issue