mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap09_data_coord.md (#11132)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11144/head
parent
fab8d153bc
commit
bf58f8edf5
|
@ -24,6 +24,7 @@ type DataCoord interface {
|
|||
GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error)
|
||||
// GetParititonStatistics requests partition statistics
|
||||
GetPartitionStatistics(ctx context.Context, req *datapb.GetPartitionStatisticsRequest) (*datapb.GetPartitionStatisticsResponse, error)
|
||||
// GetSegmentInfo requests segment info
|
||||
GetSegmentInfo(ctx context.Context, req *datapb.GetSegmentInfoRequest) (*datapb.GetSegmentInfoResponse, error)
|
||||
GetRecoveryInfo(ctx context.Context, req *datapb.GetRecoveryInfoRequest) (*datapb.GetRecoveryInfoResponse, error)
|
||||
SaveBinlogPaths(ctx context.Context, req *datapb.SaveBinlogPathsRequest) (*commonpb.Status, error)
|
||||
|
|
Loading…
Reference in New Issue