CUBRID Engine  latest
oldest_active_event Struct Reference
Collaboration diagram for oldest_active_event:
Collaboration graph

Public Types

enum  op_type { SET, GET, GET_LOWEST_ACTIVE }
 
enum  source {
  BUILD_MVCC_INFO, COMPLETE_MVCC, RESET, ADVANCE_LOWEST,
  GET_OLDEST_ACTIVE
}
 

Public Member Functions

oldest_active_eventoperator= (const oldest_active_event &other)
 

Public Attributes

MVCCID m_value
 
int m_tran_index_or_global
 
op_type m_set_or_get
 
source m_source
 

Detailed Description

Definition at line 34 of file mvcc_table.cpp.

Member Enumeration Documentation

Enumerator
SET 
GET 
GET_LOWEST_ACTIVE 

Definition at line 36 of file mvcc_table.cpp.

Enumerator
BUILD_MVCC_INFO 
COMPLETE_MVCC 
RESET 
ADVANCE_LOWEST 
GET_OLDEST_ACTIVE 

Definition at line 43 of file mvcc_table.cpp.

Member Function Documentation

oldest_active_event& oldest_active_event::operator= ( const oldest_active_event other)
inline

Definition at line 58 of file mvcc_table.cpp.

References m_set_or_get, m_source, m_tran_index_or_global, and m_value.

Member Data Documentation

op_type oldest_active_event::m_set_or_get

Definition at line 54 of file mvcc_table.cpp.

Referenced by operator=().

source oldest_active_event::m_source

Definition at line 55 of file mvcc_table.cpp.

Referenced by operator=().

int oldest_active_event::m_tran_index_or_global

Definition at line 53 of file mvcc_table.cpp.

Referenced by operator=().

MVCCID oldest_active_event::m_value

Definition at line 52 of file mvcc_table.cpp.

Referenced by operator=().


The documentation for this struct was generated from the following file: