Class: Innodb::Xdes::Entry
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Xdes::Entry
- Defined in:
- lib/innodb/xdes.rb
Overview
An XDES entry structure.
Instance Attribute Summary collapse
-
#bitmap ⇒ Object
Returns the value of attribute bitmap.
-
#end_page ⇒ Object
Returns the value of attribute end_page.
-
#fseg_id ⇒ Object
Returns the value of attribute fseg_id.
-
#list ⇒ Object
Returns the value of attribute list.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#start_page ⇒ Object
Returns the value of attribute start_page.
-
#state ⇒ Object
Returns the value of attribute state.
-
#this ⇒ Object
Returns the value of attribute this.
Instance Attribute Details
#bitmap ⇒ Object
Returns the value of attribute bitmap
12 13 14 |
# File 'lib/innodb/xdes.rb', line 12 def bitmap @bitmap end |
#end_page ⇒ Object
Returns the value of attribute end_page
12 13 14 |
# File 'lib/innodb/xdes.rb', line 12 def end_page @end_page end |
#fseg_id ⇒ Object
Returns the value of attribute fseg_id
12 13 14 |
# File 'lib/innodb/xdes.rb', line 12 def fseg_id @fseg_id end |
#list ⇒ Object
Returns the value of attribute list
12 13 14 |
# File 'lib/innodb/xdes.rb', line 12 def list @list end |
#offset ⇒ Object
Returns the value of attribute offset
12 13 14 |
# File 'lib/innodb/xdes.rb', line 12 def offset @offset end |
#start_page ⇒ Object
Returns the value of attribute start_page
12 13 14 |
# File 'lib/innodb/xdes.rb', line 12 def start_page @start_page end |
#state ⇒ Object
Returns the value of attribute state
12 13 14 |
# File 'lib/innodb/xdes.rb', line 12 def state @state end |
#this ⇒ Object
Returns the value of attribute this
12 13 14 |
# File 'lib/innodb/xdes.rb', line 12 def this @this end |