mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for DataCoord - GetSegmentInfoChannel (#9387)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/9413/head
parent
908b7df41d
commit
c8615f6872
|
@ -116,6 +116,9 @@ type DataCoord interface {
|
|||
// and corresponding binlog path list
|
||||
// error is returned only when some communication issue occurs
|
||||
GetInsertBinlogPaths(ctx context.Context, req *datapb.GetInsertBinlogPathsRequest) (*datapb.GetInsertBinlogPathsResponse, error)
|
||||
|
||||
// GetSegmentInfoChannel DEPRECATED
|
||||
// legacy api to get SegmentInfo Channel name
|
||||
GetSegmentInfoChannel(ctx context.Context) (*milvuspb.StringResponse, error)
|
||||
GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error)
|
||||
GetPartitionStatistics(ctx context.Context, req *datapb.GetPartitionStatisticsRequest) (*datapb.GetPartitionStatisticsResponse, error)
|
||||
|
|
Loading…
Reference in New Issue