Class: Pgoutput::Client::ReplicationXLogData

Inherits:
Data
  • Object
show all
Defined in:
lib/pgoutput/client/xlog_data.rb

Direct Known Subclasses

XLogData

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



5
6
7
# File 'lib/pgoutput/client/xlog_data.rb', line 5

def payload
  @payload
end

#server_clockObject (readonly)

Returns the value of attribute server_clock

Returns:

  • (Object)

    the current value of server_clock



5
6
7
# File 'lib/pgoutput/client/xlog_data.rb', line 5

def server_clock
  @server_clock
end

#wal_endObject (readonly)

Returns the value of attribute wal_end

Returns:

  • (Object)

    the current value of wal_end



5
6
7
# File 'lib/pgoutput/client/xlog_data.rb', line 5

def wal_end
  @wal_end
end

#wal_startObject (readonly)

Returns the value of attribute wal_start

Returns:

  • (Object)

    the current value of wal_start



5
6
7
# File 'lib/pgoutput/client/xlog_data.rb', line 5

def wal_start
  @wal_start
end