Struct vacuum_data_entry
ClassList > vacuum_data_entry
Public Attributes
Public Functions
Public Attributes Documentation
variable blockid
VACUUM_LOG_BLOCKID vacuum_data_entry::blockid;
variable newest_mvccid
MVCCID vacuum_data_entry::newest_mvccid;
variable oldest_visible_mvccid
MVCCID vacuum_data_entry::oldest_visible_mvccid;
variable start_lsa
LOG_LSA vacuum_data_entry::start_lsa;
Public Functions Documentation
function get_blockid
VACUUM_LOG_BLOCKID vacuum_data_entry::get_blockid () const
function is_available
bool vacuum_data_entry::is_available () const
function is_job_in_progress
bool vacuum_data_entry::is_job_in_progress () const
function is_vacuumed
bool vacuum_data_entry::is_vacuumed () const
function set_interrupted
void vacuum_data_entry::set_interrupted ()
function set_job_in_progress
void vacuum_data_entry::set_job_in_progress ()
function set_vacuumed
void vacuum_data_entry::set_vacuumed ()
function vacuum_data_entry [1/3]
vacuum_data_entry::vacuum_data_entry () = default
function vacuum_data_entry [2/3]
vacuum_data_entry::vacuum_data_entry (
const log_lsa & lsa,
MVCCID oldest,
MVCCID newest
)
function vacuum_data_entry [3/3]
vacuum_data_entry::vacuum_data_entry (
const log_header & hdr
)
function was_interrupted
bool vacuum_data_entry::was_interrupted () const
The documentation for this class was generated from the following file cubrid/src/query/vacuum.c