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