mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for printReplica (#11592)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11614/head
parent
2ff913024f
commit
fa77e14884
|
@ -120,6 +120,7 @@ type ReplicaInterface interface {
|
|||
getSegmentsMemSize() int64
|
||||
// freeAll will free all meta info from collectionReplica
|
||||
freeAll()
|
||||
// printReplica prints the collections, partitions and segments in the collectionReplica
|
||||
printReplica()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue