package frostdb.wal.v1alpha1

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

message Entry

wal.proto:17

The data of a WAL Record. This is intentionally separate to allow using the `oneof` feature in a forward-compatible way.

Used in: Record

message Entry.NewTableBlock

wal.proto:29

The new-table-block entry.

Used in: Entry

message Entry.Snapshot

wal.proto:53

The snapshot entry.

Used in: Entry

message Entry.TableBlockPersisted

wal.proto:40

The table-block persisted entry.

Used in: Entry

message Entry.Write

wal.proto:19

The write-type entry.

Used in: Entry

message Record

wal.proto:8

Record describes a single entry into the WAL.