|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/page.hpp"#include <glog/logging.h>#include <ostream>#include "foedus/engine.hpp"#include "foedus/engine_options.hpp"#include "foedus/memory/page_resolver.hpp"#include "foedus/thread/thread.hpp"#include "foedus/xct/xct.hpp"
Go to the source code of this file.
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::storage | |
| Storage Manager, which implements a couple of key/value stores. | |
Functions | |
| std::ostream & | foedus::storage::operator<< (std::ostream &o, const PageVersionStatus &v) |
| std::ostream & | foedus::storage::operator<< (std::ostream &o, const PageVersion &v) |
| std::ostream & | foedus::storage::operator<< (std::ostream &o, const PageHeader &v) |
| void | foedus::storage::assert_within_valid_volatile_page_impl (const memory::GlobalVolatilePageResolver &resolver, const void *address) |