package yb.log

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message LogEntryBatchPB

log.proto:70

A batch of entries in the WAL.

message LogEntryPB

log.proto:64

An entry in the WAL/state machine log.

Used in: LogEntryBatchPB

enum LogEntryTypePB

log.proto:48

Types of log entries.

Used in: LogEntryPB

message LogIndexBlockHeaderPB

log.proto:99

A header for a log index block that are stored inside WAL segment file.

message LogSegmentFooterPB

log.proto:115

A footer for a log segment. Log segment footers might not be present (e.g. if the server crashed) so they should contain no information that cannot be obtained by actually reading the entries in the log. We use the footer to keep sparse index entries mapping op_id->offset (right now we just keep the first entry with an id in the log).

message LogSegmentHeaderPB

log.proto:80

A header for a log segment.