mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip ci]Add some comments in chap07_query_coordinator.md (#11354)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
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
|
// 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.
|
// rpc, QueryNode will return after all the sealed segments are loaded.
|
||||||
LoadSegments(ctx context.Context, req *querypb.LoadSegmentsRequest) (*commonpb.Status, error)
|
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)
|
ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error)
|
||||||
ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error)
|
ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error)
|
||||||
ReleaseSegments(ctx context.Context, req *querypb.ReleaseSegmentsRequest) (*commonpb.Status, error)
|
ReleaseSegments(ctx context.Context, req *querypb.ReleaseSegmentsRequest) (*commonpb.Status, error)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user