mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap07_query_coordinator.md (#11473)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11523/head
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…
Reference in New Issue