Class: Pcrd::Replication::Pgoutput::Messages::Commit
- Inherits:
-
Data
- Object
- Data
- Pcrd::Replication::Pgoutput::Messages::Commit
- Defined in:
- lib/pcrd/replication/pgoutput/messages.rb
Overview
C — transaction commit lsn: String “X/Y” — commit LSN end_lsn: String “X/Y” — LSN after the end of the transaction record commit_time: Time (UTC)
Instance Attribute Summary collapse
-
#commit_time ⇒ Object
readonly
Returns the value of attribute commit_time.
-
#end_lsn ⇒ Object
readonly
Returns the value of attribute end_lsn.
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#lsn ⇒ Object
readonly
Returns the value of attribute lsn.
Instance Attribute Details
#commit_time ⇒ Object (readonly)
Returns the value of attribute commit_time
32 33 34 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 32 def commit_time @commit_time end |
#end_lsn ⇒ Object (readonly)
Returns the value of attribute end_lsn
32 33 34 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 32 def end_lsn @end_lsn end |
#flags ⇒ Object (readonly)
Returns the value of attribute flags
32 33 34 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 32 def flags @flags end |
#lsn ⇒ Object (readonly)
Returns the value of attribute lsn
32 33 34 |
# File 'lib/pcrd/replication/pgoutput/messages.rb', line 32 def lsn @lsn end |