add destroy thread for kill 15

This commit is contained in:
zhjc1124
2023-06-01 10:12:00 +00:00
committed by ob-robot
parent 6788f0a210
commit 58ab2d88cb
21 changed files with 231 additions and 43 deletions

View File

@ -214,6 +214,8 @@ class ObTableStoreStatMgr
{
public:
int init(const int64_t limit_cnt = DEFAULT_MAX_CNT);
void stop();
void wait();
void destroy();
static ObTableStoreStatMgr &get_instance();
int report_stat(const ObTableStoreStat &stat);