Class: PG::Replication::Protocol::XLogData

Inherits:
Data
  • Object
show all
Defined in:
lib/pg/replication/protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_lsnObject (readonly)

Returns the value of attribute current_lsn

Returns:

  • (Object)

    the current value of current_lsn



6
7
8
# File 'lib/pg/replication/protocol.rb', line 6

def current_lsn
  @current_lsn
end

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



6
7
8
# File 'lib/pg/replication/protocol.rb', line 6

def data
  @data
end

#lsnObject (readonly)

Returns the value of attribute lsn

Returns:

  • (Object)

    the current value of lsn



6
7
8
# File 'lib/pg/replication/protocol.rb', line 6

def lsn
  @lsn
end

#server_timeObject (readonly)

Returns the value of attribute server_time

Returns:

  • (Object)

    the current value of server_time



6
7
8
# File 'lib/pg/replication/protocol.rb', line 6

def server_time
  @server_time
end