Class: Innodb::Page::UndoLog::SegmentHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/page/undo_log.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fsegObject

Returns the value of attribute fseg

Returns:

  • (Object)

    the current value of fseg



16
17
18
# File 'lib/innodb/page/undo_log.rb', line 16

def fseg
  @fseg
end

#last_log_offsetObject

Returns the value of attribute last_log_offset

Returns:

  • (Object)

    the current value of last_log_offset



16
17
18
# File 'lib/innodb/page/undo_log.rb', line 16

def last_log_offset
  @last_log_offset
end

#page_listObject

Returns the value of attribute page_list

Returns:

  • (Object)

    the current value of page_list



16
17
18
# File 'lib/innodb/page/undo_log.rb', line 16

def page_list
  @page_list
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



16
17
18
# File 'lib/innodb/page/undo_log.rb', line 16

def state
  @state
end