libfoedus-core
FOEDUS Core Library
foedus::xct::XctOptions Member List

This is the complete list of members for foedus::xct::XctOptions, including all inherited members.

add_child_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, const Externalizable &child)foedus::externalize::Externalizablestatic
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, T value)foedus::externalize::Externalizablestatic
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, const assorted::FixedString< MAXLEN, CHAR > &value)foedus::externalize::Externalizableinlinestatic
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, const std::vector< T > &value)foedus::externalize::Externalizableinlinestatic
add_enum_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, ENUM value)foedus::externalize::Externalizableinlinestatic
append_comment(tinyxml2::XMLElement *parent, const std::string &comment)foedus::externalize::Externalizablestatic
assign(const foedus::externalize::Externalizable *other) overridefoedus::xct::XctOptionsinlinevirtual
Constants enum namefoedus::xct::XctOptions
create_element(tinyxml2::XMLElement *parent, const std::string &name, tinyxml2::XMLElement **out)foedus::externalize::Externalizablestatic
enable_retrospective_lock_list_foedus::xct::XctOptions
epoch_advance_interval_ms_foedus::xct::XctOptions
force_canonical_xlocks_in_precommit_foedus::xct::XctOptions
get_child_element(tinyxml2::XMLElement *parent, const std::string &tag, Externalizable *child, bool optional=false)foedus::externalize::Externalizablestatic
get_element(tinyxml2::XMLElement *parent, const std::string &tag, T *out, bool optional=false, T value=0)foedus::externalize::Externalizablestatic
get_element(tinyxml2::XMLElement *parent, const std::string &tag, std::string *out, bool optional=false, const char *value="")foedus::externalize::Externalizablestatic
get_element(tinyxml2::XMLElement *parent, const std::string &tag, assorted::FixedString< MAXLEN, CHAR > *out, bool optional=false, const assorted::FixedString< MAXLEN, CHAR > &value=assorted::FixedString< MAXLEN, CHAR >())foedus::externalize::Externalizableinlinestatic
get_element(tinyxml2::XMLElement *parent, const std::string &tag, std::vector< T > *out, bool optional=false)foedus::externalize::Externalizablestatic
get_enum_element(tinyxml2::XMLElement *parent, const std::string &tag, ENUM *out, bool optional=false, ENUM default_value=static_cast< ENUM >(0))foedus::externalize::Externalizableinlinestatic
get_tag_name() const overridefoedus::xct::XctOptionsinlinevirtual
hot_threshold_for_retrospective_lock_list_foedus::xct::XctOptions
insert_comment(tinyxml2::XMLElement *element, const std::string &comment)foedus::externalize::Externalizablestatic
kDefaultEpochAdvanceIntervalMs enum valuefoedus::xct::XctOptions
kDefaultHotThreshold enum valuefoedus::xct::XctOptions
kDefaultLocalWorkMemorySizeMb enum valuefoedus::xct::XctOptions
kDefaultMaxLockFreeReadSetSize enum valuefoedus::xct::XctOptions
kDefaultMaxLockFreeWriteSetSize enum valuefoedus::xct::XctOptions
kDefaultMaxReadSetSize enum valuefoedus::xct::XctOptions
kDefaultMaxWriteSetSize enum valuefoedus::xct::XctOptions
kMcsImplementationTypeExtended enum valuefoedus::xct::XctOptions
kMcsImplementationTypeSimple enum valuefoedus::xct::XctOptions
load(tinyxml2::XMLElement *element) overridefoedus::xct::XctOptionsvirtual
load_from_file(const fs::Path &path)foedus::externalize::Externalizable
load_from_string(const std::string &xml)foedus::externalize::Externalizable
local_work_memory_size_mb_foedus::xct::XctOptions
max_lock_free_read_set_size_foedus::xct::XctOptions
max_lock_free_write_set_size_foedus::xct::XctOptions
max_read_set_size_foedus::xct::XctOptions
max_write_set_size_foedus::xct::XctOptions
mcs_implementation_type_foedus::xct::XctOptions
operator<<(std::ostream &o, const XctOptions &v)foedus::xct::XctOptionsfriend
save(tinyxml2::XMLElement *element) const overridefoedus::xct::XctOptionsvirtual
save_to_file(const fs::Path &path) const foedus::externalize::Externalizable
save_to_stream(std::ostream *ptr) const foedus::externalize::Externalizable
XctOptions()foedus::xct::XctOptions