未验证 提交 d8bab0cd 编写于 作者: R ryjiang 提交者: GitHub

[skip ci]Add some comments in chap09_data_coord.md (#11387)

Signed-off-by: Nruiyi.jiang <ruiyi.jiang@zilliz.com>
上级 e824ca08
......@@ -30,6 +30,7 @@ type DataCoord interface {
GetRecoveryInfo(ctx context.Context, req *datapb.GetRecoveryInfoRequest) (*datapb.GetRecoveryInfoResponse, error)
// SaveBinlogPaths updates segments binlogs(including insert binlogs, stats logs and delta logs)
SaveBinlogPaths(ctx context.Context, req *datapb.SaveBinlogPathsRequest) (*commonpb.Status, error)
// GetFlushedSegments returns flushed segment list of requested collection/parition
GetFlushedSegments(ctx context.Context, req *datapb.GetFlushedSegmentsRequest) (*datapb.GetFlushedSegmentsResponse, error)
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册