Class: Pgoutput::Client::ReplicationXLogData Private
- Inherits:
-
Data
- Object
- Data
- Pgoutput::Client::ReplicationXLogData
- Defined in:
- lib/pgoutput/client/xlog_data.rb,
sig/pgoutput/client/xlog_data.rbs
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Internal immutable base class generated by Data.define for XLogData.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#payload ⇒ Object
readonly
private
Returns the value of attribute payload.
-
#server_clock ⇒ Object
readonly
private
Returns the value of attribute server_clock.
-
#wal_end ⇒ Object
readonly
private
Returns the value of attribute wal_end.
-
#wal_start ⇒ Object
readonly
private
Returns the value of attribute wal_start.
Class Method Summary collapse
- .new ⇒ Object private
Instance Attribute Details
#payload ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute payload
8 9 10 |
# File 'lib/pgoutput/client/xlog_data.rb', line 8 def payload @payload end |
#server_clock ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute server_clock
8 9 10 |
# File 'lib/pgoutput/client/xlog_data.rb', line 8 def server_clock @server_clock end |
#wal_end ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute wal_end
8 9 10 |
# File 'lib/pgoutput/client/xlog_data.rb', line 8 def wal_end @wal_end end |
#wal_start ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the value of attribute wal_start
8 9 10 |
# File 'lib/pgoutput/client/xlog_data.rb', line 8 def wal_start @wal_start end |
Class Method Details
.new ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
9 |
# File 'sig/pgoutput/client/xlog_data.rbs', line 9
def self.new: (
|