|
libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/metadata.hpp"#include <tinyxml2.h>#include <glog/logging.h>#include <string>#include "foedus/storage/storage_id.hpp"#include "foedus/storage/storage_manager_pimpl.hpp"#include "foedus/storage/array/array_metadata.hpp"#include "foedus/storage/hash/hash_metadata.hpp"#include "foedus/storage/masstree/masstree_metadata.hpp"#include "foedus/storage/sequential/sequential_metadata.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 | |
| ErrorStack | foedus::storage::load_from_xml_array (tinyxml2::XMLElement *element, Metadata *data) |
| ErrorStack | foedus::storage::load_from_xml_hash (tinyxml2::XMLElement *element, Metadata *data) |
| ErrorStack | foedus::storage::load_from_xml_masstree (tinyxml2::XMLElement *element, Metadata *data) |
| ErrorStack | foedus::storage::load_from_xml_sequential (tinyxml2::XMLElement *element, Metadata *data) |
| ErrorStack | foedus::storage::save_to_xml_array (tinyxml2::XMLElement *parent, Metadata *data) |
| ErrorStack | foedus::storage::save_to_xml_hash (tinyxml2::XMLElement *parent, Metadata *data) |
| ErrorStack | foedus::storage::save_to_xml_masstree (tinyxml2::XMLElement *parent, Metadata *data) |
| ErrorStack | foedus::storage::save_to_xml_sequential (tinyxml2::XMLElement *parent, Metadata *data) |
Variables | |
| const char * | foedus::storage::kChildTagName = "storage" |