Class: Innodb::Page::FspHdrXdes::Header
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::FspHdrXdes::Header
- Defined in:
- lib/innodb/page/fsp_hdr_xdes.rb
Instance Attribute Summary collapse
-
#first_unused_seg ⇒ Object
Returns the value of attribute first_unused_seg.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#frag_n_used ⇒ Object
Returns the value of attribute frag_n_used.
-
#free ⇒ Object
Returns the value of attribute free.
-
#free_frag ⇒ Object
Returns the value of attribute free_frag.
-
#free_inodes ⇒ Object
Returns the value of attribute free_inodes.
-
#free_limit ⇒ Object
Returns the value of attribute free_limit.
-
#full_frag ⇒ Object
Returns the value of attribute full_frag.
-
#full_inodes ⇒ Object
Returns the value of attribute full_inodes.
-
#size ⇒ Object
Returns the value of attribute size.
-
#space_id ⇒ Object
Returns the value of attribute space_id.
-
#unused ⇒ Object
Returns the value of attribute unused.
Instance Attribute Details
#first_unused_seg ⇒ Object
Returns the value of attribute first_unused_seg
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def first_unused_seg @first_unused_seg end |
#flags ⇒ Object
Returns the value of attribute flags
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def flags @flags end |
#frag_n_used ⇒ Object
Returns the value of attribute frag_n_used
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def frag_n_used @frag_n_used end |
#free ⇒ Object
Returns the value of attribute free
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def free @free end |
#free_frag ⇒ Object
Returns the value of attribute free_frag
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def free_frag @free_frag end |
#free_inodes ⇒ Object
Returns the value of attribute free_inodes
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def free_inodes @free_inodes end |
#free_limit ⇒ Object
Returns the value of attribute free_limit
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def free_limit @free_limit end |
#full_frag ⇒ Object
Returns the value of attribute full_frag
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def full_frag @full_frag end |
#full_inodes ⇒ Object
Returns the value of attribute full_inodes
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def full_inodes @full_inodes end |
#size ⇒ Object
Returns the value of attribute size
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def size @size end |
#space_id ⇒ Object
Returns the value of attribute space_id
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def space_id @space_id end |
#unused ⇒ Object
Returns the value of attribute unused
34 35 36 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 34 def unused @unused end |