CUBRID Engine
latest
|
Public Member Functions | |
vacuum_worker_task (const VACUUM_DATA_ENTRY &entry_ref) | |
void | execute (cubthread::entry &thread_ref) final |
Public Member Functions inherited from cubthread::task< Context > | |
task (void)=default | |
virtual | ~task (void)=default |
virtual void | execute (context_type &)=0 |
virtual void | retire (void) |
Private Member Functions | |
vacuum_worker_task () | |
Private Attributes | |
VACUUM_DATA_ENTRY | m_data |
Additional Inherited Members | |
Public Types inherited from cubthread::task< Context > | |
using | context_type = Context |
|
inline |
|
private |
|
inlinefinal |
Definition at line 907 of file vacuum.c.
References assert, and vacuum_process_log_block().
|
private |