Class: Innodb::LogBlock::Header
- Inherits:
-
Struct
- Object
- Struct
- Innodb::LogBlock::Header
- Defined in:
- lib/innodb/log_block.rb
Instance Attribute Summary collapse
-
#block_number ⇒ Object
Returns the value of attribute block_number.
-
#checkpoint_no ⇒ Object
Returns the value of attribute checkpoint_no.
-
#data_length ⇒ Object
Returns the value of attribute data_length.
-
#first_rec_group ⇒ Object
Returns the value of attribute first_rec_group.
-
#flush ⇒ Object
Returns the value of attribute flush.
Instance Attribute Details
#block_number ⇒ Object
Returns the value of attribute block_number
10 11 12 |
# File 'lib/innodb/log_block.rb', line 10 def block_number @block_number end |
#checkpoint_no ⇒ Object
Returns the value of attribute checkpoint_no
10 11 12 |
# File 'lib/innodb/log_block.rb', line 10 def checkpoint_no @checkpoint_no end |
#data_length ⇒ Object
Returns the value of attribute data_length
10 11 12 |
# File 'lib/innodb/log_block.rb', line 10 def data_length @data_length end |
#first_rec_group ⇒ Object
Returns the value of attribute first_rec_group
10 11 12 |
# File 'lib/innodb/log_block.rb', line 10 def first_rec_group @first_rec_group end |
#flush ⇒ Object
Returns the value of attribute flush
10 11 12 |
# File 'lib/innodb/log_block.rb', line 10 def flush @flush end |