LogCabin
|
Describes a log entry record within a segment. More...
#include <SegmentedLog.h>
Public Member Functions | |
Record (uint64_t offset) | |
Constructor. | |
Public Attributes | |
uint64_t | offset |
Byte offset in the file where the entry begins. | |
Log::Entry | entry |
The entry itself. |
Describes a log entry record within a segment.
Definition at line 325 of file SegmentedLog.h.
LogCabin::Storage::SegmentedLog::Segment::Record::Record | ( | uint64_t | offset | ) | [explicit] |
Constructor.
Definition at line 317 of file SegmentedLog.cc.
Byte offset in the file where the entry begins.
This is used when truncating a segment.
Definition at line 335 of file SegmentedLog.h.
The entry itself.
Definition at line 340 of file SegmentedLog.h.