mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Commemt querycoord cluster interface (#8627)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user