Class: Innodb::LogReader::Context
- Inherits:
-
Struct
- Object
- Struct
- Innodb::LogReader::Context
- Defined in:
- lib/innodb/log_reader.rb
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#buffer_lsn ⇒ Object
Returns the value of attribute buffer_lsn.
-
#record_lsn ⇒ Object
Returns the value of attribute record_lsn.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
12 13 14 |
# File 'lib/innodb/log_reader.rb', line 12 def buffer @buffer end |
#buffer_lsn ⇒ Object
Returns the value of attribute buffer_lsn
12 13 14 |
# File 'lib/innodb/log_reader.rb', line 12 def buffer_lsn @buffer_lsn end |
#record_lsn ⇒ Object
Returns the value of attribute record_lsn
12 13 14 |
# File 'lib/innodb/log_reader.rb', line 12 def record_lsn @record_lsn end |