Class: Innodb::Page::UndoLog::PageHeader
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::UndoLog::PageHeader
- Defined in:
- lib/innodb/page/undo_log.rb
Instance Attribute Summary collapse
-
#free_offset ⇒ Object
Returns the value of attribute free_offset.
-
#latest_log_record_offset ⇒ Object
Returns the value of attribute latest_log_record_offset.
-
#page_list_node ⇒ Object
Returns the value of attribute page_list_node.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#free_offset ⇒ Object
Returns the value of attribute free_offset
8 9 10 |
# File 'lib/innodb/page/undo_log.rb', line 8 def free_offset @free_offset end |
#latest_log_record_offset ⇒ Object
Returns the value of attribute latest_log_record_offset
8 9 10 |
# File 'lib/innodb/page/undo_log.rb', line 8 def latest_log_record_offset @latest_log_record_offset end |
#page_list_node ⇒ Object
Returns the value of attribute page_list_node
8 9 10 |
# File 'lib/innodb/page/undo_log.rb', line 8 def page_list_node @page_list_node end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/innodb/page/undo_log.rb', line 8 def type @type end |