mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add some comments in chap07_query_coordinator.md (#11354)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/9945/head
parent
4e5c8811da
commit
bbf081aa53
|
@ -247,6 +247,7 @@ type QueryNode interface {
|
|||
// 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.
|
||||
LoadSegments(ctx context.Context, req *querypb.LoadSegmentsRequest) (*commonpb.Status, error)
|
||||
// ReleaseCollection notifies Proxy to release a collection's data
|
||||
ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error)
|
||||
ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error)
|
||||
ReleaseSegments(ctx context.Context, req *querypb.ReleaseSegmentsRequest) (*commonpb.Status, error)
|
||||
|
|
Loading…
Reference in New Issue