proxygen
folly::recordio_helpers::RecordInfo Struct Reference

#include <RecordIO.h>

Public Attributes

uint32_t fileId
 
ByteRange record
 

Detailed Description

Search for the first valid record that begins in searchRange (which must be a subrange of wholeRange). Returns the record data (not the header) if found, ByteRange() otherwise.

The fileId may be 0, in which case we'll return the first valid record for any fileId, or non-zero, in which case we'll only look for records with the requested fileId.

Definition at line 158 of file RecordIO.h.

Member Data Documentation

uint32_t folly::recordio_helpers::RecordInfo::fileId

Definition at line 159 of file RecordIO.h.

ByteRange folly::recordio_helpers::RecordInfo::record

Definition at line 160 of file RecordIO.h.

Referenced by folly::RecordIOReader::Iterator::advanceToValid().


The documentation for this struct was generated from the following file: