Class cubthread::daemon_entry_manager¶
ClassList > cubthread > daemon_entry_manager
#include <thread_entry_task.hpp>
Inherits the following classes: cubthread::entry_manager
Inherited by the following classes: vacuum_master_entry_manager
Public Types inherited from cubthread::entry_manager¶
| Type | Name |
|---|---|
| typedef entry | context_type |
Public Functions¶
| Type | Name |
|---|---|
| daemon_entry_manager () = default |
|
| ~daemon_entry_manager () = default |
Public Functions inherited from cubthread::entry_manager¶
| Type | Name |
|---|---|
| virtual context_type & | create_context (void) |
| entry_manager (void) = default |
|
| virtual void | recycle_context (context_type & context) |
| virtual void | retire_context (context_type & context) |
| virtual void | stop_execution (context_type & context) |
| virtual | ~entry_manager () = default |
Protected Functions¶
| Type | Name |
|---|---|
| virtual void | on_create (entry & context) |
| virtual void | on_daemon_create (entry &) |
| virtual void | on_daemon_retire (entry &) |
| virtual void | on_recycle (entry &) |
| virtual void | on_retire (entry & context) |
Protected Functions inherited from cubthread::entry_manager¶
| Type | Name |
|---|---|
| virtual void | on_create (context_type &) |
| virtual void | on_recycle (context_type &) |
| virtual void | on_retire (context_type &) |
Public Functions Documentation¶
function daemon_entry_manager¶
function ~daemon_entry_manager¶
Protected Functions Documentation¶
function on_create¶
Implements cubthread::entry_manager::on_create
function on_daemon_create¶
function on_daemon_retire¶
function on_recycle¶
Implements cubthread::entry_manager::on_recycle
function on_retire¶
Implements cubthread::entry_manager::on_retire
The documentation for this class was generated from the following file cubrid/src/thread/thread_entry_task.hpp