Class: Innodb::Log::Checkpoint
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Log::Checkpoint
- Defined in:
- lib/innodb/log.rb
Instance Attribute Summary collapse
-
#archived_lsn ⇒ Object
Returns the value of attribute archived_lsn.
-
#buffer_size ⇒ Object
Returns the value of attribute buffer_size.
-
#checksum_1 ⇒ Object
Returns the value of attribute checksum_1.
-
#checksum_2 ⇒ Object
Returns the value of attribute checksum_2.
-
#fsp_free_limit ⇒ Object
Returns the value of attribute fsp_free_limit.
-
#fsp_magic ⇒ Object
Returns the value of attribute fsp_magic.
-
#group_array ⇒ Object
Returns the value of attribute group_array.
-
#lsn ⇒ Object
Returns the value of attribute lsn.
-
#lsn_offset ⇒ Object
Returns the value of attribute lsn_offset.
-
#number ⇒ Object
Returns the value of attribute number.
Instance Attribute Details
#archived_lsn ⇒ Object
Returns the value of attribute archived_lsn
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def archived_lsn @archived_lsn end |
#buffer_size ⇒ Object
Returns the value of attribute buffer_size
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def buffer_size @buffer_size end |
#checksum_1 ⇒ Object
Returns the value of attribute checksum_1
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def checksum_1 @checksum_1 end |
#checksum_2 ⇒ Object
Returns the value of attribute checksum_2
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def checksum_2 @checksum_2 end |
#fsp_free_limit ⇒ Object
Returns the value of attribute fsp_free_limit
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def fsp_free_limit @fsp_free_limit end |
#fsp_magic ⇒ Object
Returns the value of attribute fsp_magic
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def fsp_magic @fsp_magic end |
#group_array ⇒ Object
Returns the value of attribute group_array
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def group_array @group_array end |
#lsn ⇒ Object
Returns the value of attribute lsn
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def lsn @lsn end |
#lsn_offset ⇒ Object
Returns the value of attribute lsn_offset
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def lsn_offset @lsn_offset end |
#number ⇒ Object
Returns the value of attribute number
14 15 16 |
# File 'lib/innodb/log.rb', line 14 def number @number end |