JournalRecoveryReport
@totemsdk/storage / JournalRecoveryReport
Interface: JournalRecoveryReport
Properties
gapAt
readonlygapAt: readonlynumber[]
seqs missing below the contiguous tail — corruption the journal refuses.
headAfter
readonlyheadAfter:number
Highest contiguous durably-recorded sequence.
headBefore
readonlyheadBefore:number
Head before recover() ran (may already equal headAfter).
repairedUnrecordedTail
readonlyrepairedUnrecordedTail:boolean
True when an unrecorded tail was rolled back (crash between bump+write).