struct Karma::Wal::Entry

Defined in:

wal/entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_response(object : JSON::Any) : Entry #

[View source]
def self.new(lsn : UInt64, entry : JSON::Any) #

[View source]

Instance Method Detail

def entry : JSON::Any #

[View source]
def lsn : UInt64 #

[View source]
def response_bytes : Int32 #

[View source]
def to_response #

[View source]