Class: Innodb::Page::TrxSys::RsegSlot

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

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



21
22
23
# File 'lib/innodb/page/trx_sys.rb', line 21

def offset
  @offset
end

#page_numberObject

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



21
22
23
# File 'lib/innodb/page/trx_sys.rb', line 21

def page_number
  @page_number
end

#space_idObject

Returns the value of attribute space_id

Returns:

  • (Object)

    the current value of space_id



21
22
23
# File 'lib/innodb/page/trx_sys.rb', line 21

def space_id
  @space_id
end