[skip ci] Add comment for DataCoord - GetSegmentInfoChannel (#9387)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/9413/head
congqixia 2021-10-07 19:56:44 +08:00 committed by GitHub
parent 908b7df41d
commit c8615f6872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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)