未验证 提交 c8615f68 编写于 作者: C congqixia 提交者: GitHub

[skip ci] Add comment for DataCoord - GetSegmentInfoChannel (#9387)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 908b7df4
......@@ -116,6 +116,9 @@ type DataCoord interface {
// and corresponding binlog path list
// error is returned only when some communication issue occurs
GetInsertBinlogPaths(ctx context.Context, req *datapb.GetInsertBinlogPathsRequest) (*datapb.GetInsertBinlogPathsResponse, error)
// GetSegmentInfoChannel DEPRECATED
// legacy api to get SegmentInfo Channel name
GetSegmentInfoChannel(ctx context.Context) (*milvuspb.StringResponse, error)
GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error)
GetPartitionStatistics(ctx context.Context, req *datapb.GetPartitionStatisticsRequest) (*datapb.GetPartitionStatisticsResponse, error)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册