mirror of https://github.com/milvus-io/milvus.git
[skip ci] Commemt querycoord cluster interface (#8627)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/8646/head
parent
d1dead500c
commit
6df613f648
|
@ -37,6 +37,7 @@ const (
|
|||
queryNodeInfoPrefix = "queryCoord-queryNodeInfo"
|
||||
)
|
||||
|
||||
// Cluster manages all query node connections and grpc requests
|
||||
type Cluster interface {
|
||||
reloadFromKV() error
|
||||
getComponentInfos(ctx context.Context) ([]*internalpb.ComponentInfo, error)
|
||||
|
|
Loading…
Reference in New Issue