mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap07_query_coordinator.md (#12051)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/12116/head
parent
3457b23922
commit
f4e984bc2d
|
@ -246,6 +246,7 @@ type QueryNode interface {
|
|||
AddQueryChannel(ctx context.Context, req *querypb.AddQueryChannelRequest) (*commonpb.Status, error)
|
||||
// RemoveQueryChannel removes the query channel for QueryNode component.
|
||||
RemoveQueryChannel(ctx context.Context, req *querypb.RemoveQueryChannelRequest) (*commonpb.Status, error)
|
||||
// WatchDmChannels watches the channels about data manipulation.
|
||||
WatchDmChannels(ctx context.Context, req *querypb.WatchDmChannelsRequest) (*commonpb.Status, error)
|
||||
// LoadSegments notifies QueryNode to load the sealed segments from storage. The load tasks are sync to this
|
||||
// rpc, QueryNode will return after all the sealed segments are loaded.
|
||||
|
|
Loading…
Reference in New Issue