Class: Innodb::Page::UndoLog::PageHeader

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

Instance Attribute Summary collapse

Instance Attribute Details

#free_offsetObject

Returns the value of attribute free_offset

Returns:

  • (Object)

    the current value of free_offset



8
9
10
# File 'lib/innodb/page/undo_log.rb', line 8

def free_offset
  @free_offset
end

#latest_log_record_offsetObject

Returns the value of attribute latest_log_record_offset

Returns:

  • (Object)

    the current value of 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_nodeObject

Returns the value of attribute page_list_node

Returns:

  • (Object)

    the current value of page_list_node



8
9
10
# File 'lib/innodb/page/undo_log.rb', line 8

def page_list_node
  @page_list_node
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/innodb/page/undo_log.rb', line 8

def type
  @type
end