[skip ci] Add comment for getSegmentsMemSize (#11457)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-11-08 21:07:17 +08:00 committed by GitHub
parent 4e1f42ab86
commit e29322a66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,7 @@ type ReplicaInterface interface {
queryRLock() queryRLock()
queryRUnlock() queryRUnlock()
// getSegmentsMemSize get the memory size in bytes of all the Segments
getSegmentsMemSize() int64 getSegmentsMemSize() int64
freeAll() freeAll()
printReplica() printReplica()