LogCabin
|
#include <google/protobuf/message.h>
#include <memory>
#include <stdexcept>
#include <string>
#include "Core/CompatAtomic.h"
#include "Core/ProtoBuf.h"
#include "Storage/FilesystemUtil.h"
Go to the source code of this file.
Classes | |
class | LogCabin::Storage::SnapshotFile::Reader |
Assists in reading snapshot files from the local filesystem. More... | |
class | LogCabin::Storage::SnapshotFile::Writer |
Assists in writing snapshot files to the local filesystem. More... | |
struct | LogCabin::Storage::SnapshotFile::Writer::SharedMMap< T > |
Allocates an object that is shared across processes. More... | |
Namespaces | |
namespace | LogCabin |
namespace | LogCabin::Storage |
namespace | LogCabin::Storage::SnapshotFile |
Functions | |
void | LogCabin::Storage::SnapshotFile::discardPartialSnapshots (const Storage::Layout &storageLayout) |
Remove any partial snapshots found on disk. |