add destroy thread for kill 15
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user