mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comments in chap07_query_coordinator.md (#11473)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
parent
e713e464ca
commit
c85f8f9e50
@ -23,6 +23,7 @@ type QueryCoord interface {
|
||||
LoadPartitions(ctx context.Context, req *querypb.LoadPartitionsRequest) (*commonpb.Status, error)
|
||||
// ReleasePartitions notifies Proxy to release collection's data
|
||||
ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error)
|
||||
// CreateQueryChannel creates the channels for querying in QueryCoord.
|
||||
CreateQueryChannel(ctx context.Context) (*querypb.CreateQueryChannelResponse, error)
|
||||
GetPartitionStates(ctx context.Context, req *querypb.GetPartitionStatesRequest) (*querypb.GetPartitionStatesResponse, error)
|
||||
// GetSegmentInfo requests segment info
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user