struct PG::Replication::StandbyStatusUpdate

Defined in:

pg/replication/standby_status_update.cr

Constructors

Instance Method Summary

Instance methods inherited from struct PG::Replication::KeepAliveResponse

initialize initialize

Constructor methods inherited from struct PG::Replication::KeepAliveResponse

new new

Constructor Detail

def self.new(last_wal_byte_received : Int64, last_wal_byte_flushed : Int64, last_wal_byte_applied : Int64, *, timestamp : Time = Time.utc, response_expected : Bool = false) #

[View source]

Instance Method Detail

def last_wal_byte_applied : Int64 #

[View source]
def last_wal_byte_flushed : Int64 #

[View source]
def last_wal_byte_received : Int64 #

[View source]
def response_expected? : Bool #

[View source]
def timestamp : Time #

[View source]
def to_io(io : IO) : Nil #

[View source]