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

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/10852/head
ryjiang 2021-10-28 20:13:48 +08:00 committed by GitHub
parent aa235a973c
commit cc4889a2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@ type DataCoord interface {
// Flush notifies DataCoord to flush all current growing segments of specified Collection
Flush(ctx context.Context, req *datapb.FlushRequest) (*datapb.FlushResponse, error)
// AssignSegmentID applies allocations for specified Coolection/Partition and related Channel Name(Virtial Channel)
AssignSegmentID(ctx context.Context, req *datapb.AssignSegmentIDRequest) (*datapb.AssignSegmentIDResponse, error)
// GetSegmentStates requests segment state information
GetSegmentStates(ctx context.Context, req *datapb.GetSegmentStatesRequest) (*datapb.GetSegmentStatesResponse, error)
GetInsertBinlogPaths(ctx context.Context, req *datapb.GetInsertBinlogPathsRequest) (*datapb.GetInsertBinlogPathsResponse, error)
GetSegmentInfoChannel(ctx context.Context) (*milvuspb.StringResponse, error)