mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for freeAll (#11591)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11614/head
parent
b9f2616108
commit
2ff913024f
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue