Class: Innodb::Page::SysRsegHeader::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#fsegObject

Returns the value of attribute fseg

Returns:

  • (Object)

    the current value of fseg



6
7
8
# File 'lib/innodb/page/sys_rseg_header.rb', line 6

def fseg
  @fseg
end

#history_listObject

Returns the value of attribute history_list

Returns:

  • (Object)

    the current value of history_list



6
7
8
# File 'lib/innodb/page/sys_rseg_header.rb', line 6

def history_list
  @history_list
end

#history_sizeObject

Returns the value of attribute history_size

Returns:

  • (Object)

    the current value of history_size



6
7
8
# File 'lib/innodb/page/sys_rseg_header.rb', line 6

def history_size
  @history_size
end

#max_sizeObject

Returns the value of attribute max_size

Returns:

  • (Object)

    the current value of max_size



6
7
8
# File 'lib/innodb/page/sys_rseg_header.rb', line 6

def max_size
  @max_size
end