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

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
ryjiang 2021-10-27 14:46:37 +08:00 committed by GitHub
parent d55d3d63eb
commit 61ab60d1f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ type DataCoord interface {
Component
TimeTickProvider
// Flush notifies DataCoord to flush all current growing segments of specified Collection
Flush(ctx context.Context, req *datapb.FlushRequest) (*datapb.FlushResponse, error)
AssignSegmentID(ctx context.Context, req *datapb.AssignSegmentIDRequest) (*datapb.AssignSegmentIDResponse, error)