mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for getCollectionIDs (#10574)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/10601/head
parent
75f1c2f230
commit
9ee77bbf01
|
@ -44,6 +44,7 @@ import (
|
|||
// across multiple query nodes, and each query node's collectionReplica will maintain its own part.
|
||||
type ReplicaInterface interface {
|
||||
// collection
|
||||
// getCollectionIDs returns all collection ids in the collectionReplica
|
||||
getCollectionIDs() []UniqueID
|
||||
addCollection(collectionID UniqueID, schema *schemapb.CollectionSchema) error
|
||||
removeCollection(collectionID UniqueID) error
|
||||
|
|
Loading…
Reference in New Issue