libfoedus-core
FOEDUS Core Library
|
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::Externalizable | static |
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, T value) | foedus::externalize::Externalizable | static |
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, const assorted::FixedString< MAXLEN, CHAR > &value) | foedus::externalize::Externalizable | inlinestatic |
add_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, const std::vector< T > &value) | foedus::externalize::Externalizable | inlinestatic |
add_enum_element(tinyxml2::XMLElement *parent, const std::string &tag, const std::string &comment, ENUM value) | foedus::externalize::Externalizable | inlinestatic |
append_comment(tinyxml2::XMLElement *parent, const std::string &comment) | foedus::externalize::Externalizable | static |
assign(const foedus::externalize::Externalizable *other) override | foedus::xct::XctOptions | inlinevirtual |
Constants enum name | foedus::xct::XctOptions | |
create_element(tinyxml2::XMLElement *parent, const std::string &name, tinyxml2::XMLElement **out) | foedus::externalize::Externalizable | static |
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::Externalizable | static |
get_element(tinyxml2::XMLElement *parent, const std::string &tag, T *out, bool optional=false, T value=0) | foedus::externalize::Externalizable | static |
get_element(tinyxml2::XMLElement *parent, const std::string &tag, std::string *out, bool optional=false, const char *value="") | foedus::externalize::Externalizable | static |
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::Externalizable | inlinestatic |
get_element(tinyxml2::XMLElement *parent, const std::string &tag, std::vector< T > *out, bool optional=false) | foedus::externalize::Externalizable | static |
get_enum_element(tinyxml2::XMLElement *parent, const std::string &tag, ENUM *out, bool optional=false, ENUM default_value=static_cast< ENUM >(0)) | foedus::externalize::Externalizable | inlinestatic |
get_tag_name() const override | foedus::xct::XctOptions | inlinevirtual |
hot_threshold_for_retrospective_lock_list_ | foedus::xct::XctOptions | |
insert_comment(tinyxml2::XMLElement *element, const std::string &comment) | foedus::externalize::Externalizable | static |
kDefaultEpochAdvanceIntervalMs enum value | foedus::xct::XctOptions | |
kDefaultHotThreshold enum value | foedus::xct::XctOptions | |
kDefaultLocalWorkMemorySizeMb enum value | foedus::xct::XctOptions | |
kDefaultMaxLockFreeReadSetSize enum value | foedus::xct::XctOptions | |
kDefaultMaxLockFreeWriteSetSize enum value | foedus::xct::XctOptions | |
kDefaultMaxReadSetSize enum value | foedus::xct::XctOptions | |
kDefaultMaxWriteSetSize enum value | foedus::xct::XctOptions | |
kMcsImplementationTypeExtended enum value | foedus::xct::XctOptions | |
kMcsImplementationTypeSimple enum value | foedus::xct::XctOptions | |
load(tinyxml2::XMLElement *element) override | foedus::xct::XctOptions | virtual |
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::XctOptions | friend |
save(tinyxml2::XMLElement *element) const override | foedus::xct::XctOptions | virtual |
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 |