Class: Innodb::Inode::Header
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Inode::Header
- Defined in:
- lib/innodb/inode.rb
Instance Attribute Summary collapse
-
#frag_array ⇒ Object
Returns the value of attribute frag_array.
-
#free ⇒ Object
Returns the value of attribute free.
-
#fseg_id ⇒ Object
Returns the value of attribute fseg_id.
-
#full ⇒ Object
Returns the value of attribute full.
-
#magic_n ⇒ Object
Returns the value of attribute magic_n.
-
#not_full ⇒ Object
Returns the value of attribute not_full.
-
#not_full_n_used ⇒ Object
Returns the value of attribute not_full_n_used.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#frag_array ⇒ Object
Returns the value of attribute frag_array
9 10 11 |
# File 'lib/innodb/inode.rb', line 9 def frag_array @frag_array end |
#free ⇒ Object
Returns the value of attribute free
9 10 11 |
# File 'lib/innodb/inode.rb', line 9 def free @free end |
#fseg_id ⇒ Object
Returns the value of attribute fseg_id
9 10 11 |
# File 'lib/innodb/inode.rb', line 9 def fseg_id @fseg_id end |
#full ⇒ Object
Returns the value of attribute full
9 10 11 |
# File 'lib/innodb/inode.rb', line 9 def full @full end |
#magic_n ⇒ Object
Returns the value of attribute magic_n
9 10 11 |
# File 'lib/innodb/inode.rb', line 9 def magic_n @magic_n end |
#not_full ⇒ Object
Returns the value of attribute not_full
9 10 11 |
# File 'lib/innodb/inode.rb', line 9 def not_full @not_full end |
#not_full_n_used ⇒ Object
Returns the value of attribute not_full_n_used
9 10 11 |
# File 'lib/innodb/inode.rb', line 9 def not_full_n_used @not_full_n_used end |
#offset ⇒ Object
Returns the value of attribute offset
9 10 11 |
# File 'lib/innodb/inode.rb', line 9 def offset @offset end |