mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add some comments in chap09_data_coord.md (#10709)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/10742/head
parent
d55d3d63eb
commit
61ab60d1f2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue