mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci] Add comment for printReplica (#11592)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
2ff913024f
commit
fa77e14884
@ -120,6 +120,7 @@ type ReplicaInterface interface {
|
|||||||
getSegmentsMemSize() int64
|
getSegmentsMemSize() int64
|
||||||
// freeAll will free all meta info from collectionReplica
|
// freeAll will free all meta info from collectionReplica
|
||||||
freeAll()
|
freeAll()
|
||||||
|
// printReplica prints the collections, partitions and segments in the collectionReplica
|
||||||
printReplica()
|
printReplica()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user