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

Public Member Functions

 dwb_slots_hash_entry ()
 
 ~dwb_slots_hash_entry ()
 

Public Attributes

VPID vpid
 
DWB_SLOTS_HASH_ENTRYstack
 
DWB_SLOTS_HASH_ENTRYnext
 
pthread_mutex_t mutex
 
UINT64 del_id
 
DWB_SLOTslot
 

Detailed Description

Definition at line 229 of file double_write_buffer.c.

Constructor & Destructor Documentation

dwb_slots_hash_entry::dwb_slots_hash_entry ( )
inline

Definition at line 241 of file double_write_buffer.c.

References NULL, and pthread_mutex_init.

dwb_slots_hash_entry::~dwb_slots_hash_entry ( )
inline

Definition at line 245 of file double_write_buffer.c.

References pthread_mutex_destroy.

Member Data Documentation

UINT64 dwb_slots_hash_entry::del_id

Definition at line 236 of file double_write_buffer.c.

pthread_mutex_t dwb_slots_hash_entry::mutex
DWB_SLOTS_HASH_ENTRY* dwb_slots_hash_entry::next

Definition at line 234 of file double_write_buffer.c.

DWB_SLOT* dwb_slots_hash_entry::slot
DWB_SLOTS_HASH_ENTRY* dwb_slots_hash_entry::stack

Definition at line 233 of file double_write_buffer.c.

VPID dwb_slots_hash_entry::vpid

Definition at line 231 of file double_write_buffer.c.

Referenced by dwb_slots_hash_entry_init(), and dwb_slots_hash_insert().


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