libfoedus-core
FOEDUS Core Library
|
#include "foedus/snapshot/log_mapper_impl.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <ostream>
#include <string>
#include "foedus/assert_nd.hpp"
#include "foedus/engine.hpp"
#include "foedus/engine_options.hpp"
#include "foedus/epoch.hpp"
#include "foedus/error_stack_batch.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/debugging/stop_watch.hpp"
#include "foedus/fs/direct_io_file.hpp"
#include "foedus/fs/filesystem.hpp"
#include "foedus/log/log_manager.hpp"
#include "foedus/log/log_type.hpp"
#include "foedus/log/logger_impl.hpp"
#include "foedus/memory/memory_id.hpp"
#include "foedus/snapshot/log_gleaner_impl.hpp"
#include "foedus/snapshot/log_reducer_impl.hpp"
#include "foedus/snapshot/snapshot.hpp"
#include "foedus/storage/partitioner.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/hash/hash_log_types.hpp"
#include "foedus/storage/masstree/masstree_log_types.hpp"
Go to the source code of this file.
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::snapshot | |
Snapshot Manager, which manages snapshot files of the database. | |
Functions | |
uint16_t | foedus::snapshot::calculate_logger_id (Engine *engine, uint16_t local_ordinal) |
Unique ID of this log mapper. More... | |
uint64_t | foedus::snapshot::align_io_floor (uint64_t offset) |
uint64_t | foedus::snapshot::align_io_ceil (uint64_t offset) |
void | foedus::snapshot::update_key_lengthes (const log::LogHeader *header, storage::StorageType storage_type, uint32_t *shortest_key_length, uint32_t *longest_key_length) |
std::ostream & | foedus::snapshot::operator<< (std::ostream &o, const LogMapper &v) |
Variables | |
const uint64_t | foedus::snapshot::kIoAlignment = 0x1000 |