Class: Pcrd::Replication::Consumer::Transaction
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Consumer::Transaction
- Defined in:
- lib/pcrd/replication/consumer.rb
Overview
A complete buffered transaction ready for the apply engine.
Instance Attribute Summary collapse
-
#begin_msg ⇒ Object
readonly
Returns the value of attribute begin_msg.
-
#commit_lsn ⇒ Object
readonly
Returns the value of attribute commit_lsn.
-
#events ⇒ Object
readonly
Returns the value of attribute events.
Instance Attribute Details
#begin_msg ⇒ Object (readonly)
Returns the value of attribute begin_msg
22 23 24 |
# File 'lib/pcrd/replication/consumer.rb', line 22 def begin_msg @begin_msg end |
#commit_lsn ⇒ Object (readonly)
Returns the value of attribute commit_lsn
22 23 24 |
# File 'lib/pcrd/replication/consumer.rb', line 22 def commit_lsn @commit_lsn end |
#events ⇒ Object (readonly)
Returns the value of attribute events
22 23 24 |
# File 'lib/pcrd/replication/consumer.rb', line 22 def events @events end |