[skip ci] Add comment for printReplica (#11592)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-11-10 23:54:05 +08:00 committed by GitHub
parent 2ff913024f
commit fa77e14884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
} }