mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap09_data_coord.md (#10980)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/10875/merge
parent
c24ae56e2a
commit
3ebc5f0391
|
@ -20,6 +20,7 @@ type DataCoord interface {
|
||||||
// GetInsertBinlogPaths requests binlog paths for specified segment
|
// GetInsertBinlogPaths requests binlog paths for specified segment
|
||||||
GetInsertBinlogPaths(ctx context.Context, req *datapb.GetInsertBinlogPathsRequest) (*datapb.GetInsertBinlogPathsResponse, error)
|
GetInsertBinlogPaths(ctx context.Context, req *datapb.GetInsertBinlogPathsRequest) (*datapb.GetInsertBinlogPathsResponse, error)
|
||||||
GetSegmentInfoChannel(ctx context.Context) (*milvuspb.StringResponse, error)
|
GetSegmentInfoChannel(ctx context.Context) (*milvuspb.StringResponse, error)
|
||||||
|
// GetCollectionStatistics requests collection statistics
|
||||||
GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error)
|
GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error)
|
||||||
GetPartitionStatistics(ctx context.Context, req *datapb.GetPartitionStatisticsRequest) (*datapb.GetPartitionStatisticsResponse, error)
|
GetPartitionStatistics(ctx context.Context, req *datapb.GetPartitionStatisticsRequest) (*datapb.GetPartitionStatisticsResponse, error)
|
||||||
GetSegmentInfo(ctx context.Context, req *datapb.GetSegmentInfoRequest) (*datapb.GetSegmentInfoResponse, error)
|
GetSegmentInfo(ctx context.Context, req *datapb.GetSegmentInfoRequest) (*datapb.GetSegmentInfoResponse, error)
|
||||||
|
|
Loading…
Reference in New Issue