mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for removePartition (#11020)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
4dd6051eb2
commit
bbfc02e0ca
@ -65,6 +65,7 @@ type ReplicaInterface interface {
|
||||
// partition
|
||||
// addPartition adds a new partition to collection
|
||||
addPartition(collectionID UniqueID, partitionID UniqueID) error
|
||||
// removePartition removes the partition from collectionReplica
|
||||
removePartition(partitionID UniqueID) error
|
||||
getPartitionByID(partitionID UniqueID) (*Partition, error)
|
||||
hasPartition(partitionID UniqueID) bool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user