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

[skip ci] Add comment for getSegmentIDsByVChannel (#11101)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 29a2a158
......@@ -75,6 +75,7 @@ type ReplicaInterface interface {
getPartitionNum() int
// getSegmentIDs returns segment ids
getSegmentIDs(partitionID UniqueID) ([]UniqueID, error)
// getSegmentIDsByVChannel returns segment ids which virtual channel is vChannel
getSegmentIDsByVChannel(partitionID UniqueID, vChannel Channel) ([]UniqueID, error)
// segment
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册