mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for datacoord methods (#12367)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
ae70457b27
commit
2a0d646196
@ -294,10 +294,12 @@ func (s *Server) GetCompactionState(ctx context.Context, req *milvuspb.GetCompac
|
||||
return s.dataCoord.GetCompactionState(ctx, req)
|
||||
}
|
||||
|
||||
// GetCompactionStateWithPlans gets the state of a compaction by plan
|
||||
func (s *Server) GetCompactionStateWithPlans(ctx context.Context, req *milvuspb.GetCompactionPlansRequest) (*milvuspb.GetCompactionPlansResponse, error) {
|
||||
return s.dataCoord.GetCompactionStateWithPlans(ctx, req)
|
||||
}
|
||||
|
||||
// WatchChannels starts watch channels by give request
|
||||
func (s *Server) WatchChannels(ctx context.Context, req *datapb.WatchChannelsRequest) (*datapb.WatchChannelsResponse, error) {
|
||||
return s.dataCoord.WatchChannels(ctx, req)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user