libfoedus-core
FOEDUS Core Library
thread_log_buffer.cpp File Reference
#include "foedus/log/thread_log_buffer.hpp"
#include <glog/logging.h>
#include <chrono>
#include <cstring>
#include <list>
#include <ostream>
#include <thread>
#include "foedus/assert_nd.hpp"
#include "foedus/engine.hpp"
#include "foedus/engine_options.hpp"
#include "foedus/assorted/atomic_fences.hpp"
#include "foedus/log/common_log_types.hpp"
#include "foedus/log/log_manager.hpp"
#include "foedus/memory/engine_memory.hpp"
#include "foedus/memory/numa_core_memory.hpp"
#include "foedus/memory/numa_node_memory.hpp"
#include "foedus/savepoint/savepoint_manager.hpp"
#include "foedus/soc/shared_memory_repo.hpp"
#include "foedus/thread/thread_pimpl.hpp"
Include dependency graph for thread_log_buffer.cpp:

Go to the source code of this file.

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::log
 Log Manager, which writes out transactional logs.
 

Functions

std::ostream & foedus::log::operator<< (std::ostream &o, const ThreadLogBuffer &v)
 
std::ostream & foedus::log::operator<< (std::ostream &o, const ThreadLogBufferMeta &v)
 
std::ostream & foedus::log::operator<< (std::ostream &o, const ThreadEpockMark &v)