mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add the comments to service (#13508)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
7e56f08747
commit
d4c998e6f5
@ -378,6 +378,7 @@ func (s *Server) ReleasePartitions(ctx context.Context, request *milvuspb.Releas
|
||||
return s.proxy.ReleasePartitions(ctx, request)
|
||||
}
|
||||
|
||||
// GetPartitionStatistics notifies Proxy to get the partitions Statistics info.
|
||||
func (s *Server) GetPartitionStatistics(ctx context.Context, request *milvuspb.GetPartitionStatisticsRequest) (*milvuspb.GetPartitionStatisticsResponse, error) {
|
||||
return s.proxy.GetPartitionStatistics(ctx, request)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user