proxygen
|
#include <folly/io/RecordIO.h>
#include <sys/types.h>
#include <folly/Exception.h>
#include <folly/FileUtil.h>
#include <folly/Memory.h>
#include <folly/Portability.h>
#include <folly/ScopeGuard.h>
#include <folly/String.h>
#include <folly/portability/Unistd.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::recordio_helpers | |
Functions | |
size_t | folly::recordio_helpers::prependHeader (std::unique_ptr< IOBuf > &buf, uint32_t fileId) |
RecordInfo | folly::recordio_helpers::validateRecord (ByteRange range, uint32_t fileId) |
RecordInfo | folly::recordio_helpers::findRecord (ByteRange searchRange, ByteRange wholeRange, uint32_t fileId) |