Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
PG::Replication::StandbyStatusUpdate
Inherits
PG::Replication::KeepAliveResponse
/
Struct
/
Value
/
Object
Constructors
new
(last_wal_byte_received :
Int64
, last_wal_byte_flushed :
Int64
, last_wal_byte_applied :
Int64
, *, timestamp :
Time
=
Time
.utc, response_expected :
Bool
= false)
Source
Instance methods
last_wal_byte_applied
Source
last_wal_byte_flushed
Source
last_wal_byte_received
Source
response_expected?
Source
timestamp
Source
to_io
(io :
IO
) :
Nil
Source