Class: Innodb::Page::UndoLog::SegmentHeader
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::UndoLog::SegmentHeader
- Defined in:
- lib/innodb/page/undo_log.rb
Instance Attribute Summary collapse
-
#fseg ⇒ Object
Returns the value of attribute fseg.
-
#last_log_offset ⇒ Object
Returns the value of attribute last_log_offset.
-
#page_list ⇒ Object
Returns the value of attribute page_list.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#fseg ⇒ Object
Returns the value of attribute fseg
16 17 18 |
# File 'lib/innodb/page/undo_log.rb', line 16 def fseg @fseg end |
#last_log_offset ⇒ Object
Returns the value of attribute last_log_offset
16 17 18 |
# File 'lib/innodb/page/undo_log.rb', line 16 def last_log_offset @last_log_offset end |
#page_list ⇒ Object
Returns the value of attribute page_list
16 17 18 |
# File 'lib/innodb/page/undo_log.rb', line 16 def page_list @page_list end |
#state ⇒ Object
Returns the value of attribute state
16 17 18 |
# File 'lib/innodb/page/undo_log.rb', line 16 def state @state end |