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