This is the complete list of members for Hypertable::NameIdMapper, including all inherited members.
add_entry(const std::string &names_parent, const std::string &names_entry, std::vector< uint64_t > &ids, bool is_namespace) | Hypertable::NameIdMapper | |
add_mapping(const std::string &name, std::string &id, int flags=0, bool ignore_exists=false) | Hypertable::NameIdMapper | |
CREATE_INTERMEDIATE enum value | Hypertable::NameIdMapper | |
do_mapping(const std::string &input, bool id_in, std::string &output, bool *is_namespacep) | Hypertable::NameIdMapper | protected |
drop_mapping(const std::string &name) | Hypertable::NameIdMapper | |
exists_mapping(const std::string &name, bool *is_namespace) | Hypertable::NameIdMapper | |
Flag enum name | Hypertable::NameIdMapper | |
get_namespace_listing(const std::vector< Hyperspace::DirEntryAttr > &dir_listing, std::vector< NamespaceListing > &listing) | Hypertable::NameIdMapper | protectedstatic |
id_to_name(const std::string &id, std::string &name, bool *is_namespacep=0) | Hypertable::NameIdMapper | |
id_to_sublisting(const std::string &id, bool include_sub_entries, std::vector< NamespaceListing > &listing) | Hypertable::NameIdMapper | |
IS_NAMESPACE enum value | Hypertable::NameIdMapper | |
m_hyperspace | Hypertable::NameIdMapper | protected |
m_ids_dir | Hypertable::NameIdMapper | protected |
m_mutex | Hypertable::NameIdMapper | protected |
m_names_dir | Hypertable::NameIdMapper | protected |
m_prefix_components | Hypertable::NameIdMapper | protected |
m_toplevel_dir | Hypertable::NameIdMapper | protected |
name_to_id(const std::string &name, std::string &id, bool *is_namespacep=0) | Hypertable::NameIdMapper | |
NameIdMapper(Hyperspace::SessionPtr &hyperspace, const std::string &toplevel_dir) | Hypertable::NameIdMapper | |
rename(const std::string &old_name, const std::string &new_name) | Hypertable::NameIdMapper |