struct
Karma::Idempotency::SnapshotMetadata
- Karma::Idempotency::SnapshotMetadata
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
idempotency/store.crConstructors
- .from_response(object : JSON::Any) : SnapshotMetadata
- .new(file : String, timestamp : Int64, last_lsn : UInt64, bytes : Int64, record_count : Int32, committed_stream_count : Int32)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #bytes : Int64
- #committed_stream_count : Int32
- #file : String
- #last_lsn : UInt64
- #record_count : Int32
- #timestamp : Int64
- #to_response
Constructor Detail
def self.new(file : String, timestamp : Int64, last_lsn : UInt64, bytes : Int64, record_count : Int32, committed_stream_count : Int32)
#