mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for addSegment (#11194)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
7ea6b773e6
commit
d6fa46cfbb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user