struct
PG::Replication::StandbyStatusUpdate
Defined in:
pg/replication/standby_status_update.crConstructors
Instance Method Summary
- #last_wal_byte_applied : Int64
- #last_wal_byte_flushed : Int64
- #last_wal_byte_received : Int64
- #response_expected? : Bool
- #timestamp : Time
- #to_io(io : IO) : Nil
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)
#