[skip ci] Add comment for freeAll (#11591)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/11614/head
bigsheeper 2021-11-10 23:52:06 +08:00 committed by GitHub
parent b9f2616108
commit 2ff913024f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ type ReplicaInterface interface {
// getSegmentsMemSize get the memory size in bytes of all the Segments
getSegmentsMemSize() int64
// freeAll will free all meta info from collectionReplica
freeAll()
printReplica()
}