Class: Innodb::Xdes::Entry

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

Overview

An XDES entry structure.

Instance Attribute Summary collapse

Instance Attribute Details

#bitmapObject

Returns the value of attribute bitmap

Returns:

  • (Object)

    the current value of bitmap



12
13
14
# File 'lib/innodb/xdes.rb', line 12

def bitmap
  @bitmap
end

#end_pageObject

Returns the value of attribute end_page

Returns:

  • (Object)

    the current value of end_page



12
13
14
# File 'lib/innodb/xdes.rb', line 12

def end_page
  @end_page
end

#fseg_idObject

Returns the value of attribute fseg_id

Returns:

  • (Object)

    the current value of fseg_id



12
13
14
# File 'lib/innodb/xdes.rb', line 12

def fseg_id
  @fseg_id
end

#listObject

Returns the value of attribute list

Returns:

  • (Object)

    the current value of list



12
13
14
# File 'lib/innodb/xdes.rb', line 12

def list
  @list
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



12
13
14
# File 'lib/innodb/xdes.rb', line 12

def offset
  @offset
end

#start_pageObject

Returns the value of attribute start_page

Returns:

  • (Object)

    the current value of start_page



12
13
14
# File 'lib/innodb/xdes.rb', line 12

def start_page
  @start_page
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



12
13
14
# File 'lib/innodb/xdes.rb', line 12

def state
  @state
end

#thisObject

Returns the value of attribute this

Returns:

  • (Object)

    the current value of this



12
13
14
# File 'lib/innodb/xdes.rb', line 12

def this
  @this
end