libfoedus-core
FOEDUS Core Library
metadata.cpp File Reference
Include dependency graph for metadata.cpp:

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"