LogCabin
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
LogCabin::Storage::SegmentedLog::Segment::Record Struct Reference

Describes a log entry record within a segment. More...

#include <SegmentedLog.h>

List of all members.

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.

Detailed Description

Describes a log entry record within a segment.

Definition at line 325 of file SegmentedLog.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 317 of file SegmentedLog.cc.


Member Data Documentation

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.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines