mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for getCollectionByID (#10782)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
76ef1c9657
commit
6ba2f3633e
@ -48,6 +48,7 @@ type ReplicaInterface interface {
|
||||
getCollectionIDs() []UniqueID
|
||||
addCollection(collectionID UniqueID, schema *schemapb.CollectionSchema) error
|
||||
removeCollection(collectionID UniqueID) error
|
||||
// getCollectionByID gets the collection which id is collectionID
|
||||
getCollectionByID(collectionID UniqueID) (*Collection, error)
|
||||
hasCollection(collectionID UniqueID) bool
|
||||
getCollectionNum() int
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user