#include <FragmentStoreManager.hh>
|
FragmentLookupOP | load_fragment_lookup (std::string lookup_name) |
|
FragmentLookupOP | load_fragment_lookup (std::string lookup_name, std::string store_path) |
|
FragmentStoreOP | load_fragment_store (std::string lookup_name, std::string store_path, utility::vector1< std::string > fields_to_load, utility::vector1< std::string > fields_to_load_types) |
|
std::map< numeric::Size,
FragmentStoreOP > | load_grouped_fragment_store (std::string group_field, std::string lookup_name, std::string store_path, utility::vector1< std::string > fields_to_load, utility::vector1< std::string > fields_to_load_types) |
|
std::string | resolve_store_path (std::string store_path) |
|
void | register_store_provider (core::SSize priority, std::string name, FragmentStoreProviderOP backend) |
|
protocols::indexed_structure_store::FragmentStoreManager::FragmentStoreManager |
( |
| ) |
|
|
private |
FragmentLookupOP protocols::indexed_structure_store::FragmentStoreManager::load_fragment_lookup |
( |
std::string |
lookup_name | ) |
|
FragmentLookupOP protocols::indexed_structure_store::FragmentStoreManager::load_fragment_lookup |
( |
std::string |
lookup_name, |
|
|
std::string |
store_path |
|
) |
| |
FragmentStoreOP protocols::indexed_structure_store::FragmentStoreManager::load_fragment_store |
( |
std::string |
lookup_name, |
|
|
std::string |
store_path, |
|
|
utility::vector1< std::string > |
fields_to_load, |
|
|
utility::vector1< std::string > |
fields_to_load_types |
|
) |
| |
std::map< numeric::Size, FragmentStoreOP > protocols::indexed_structure_store::FragmentStoreManager::load_grouped_fragment_store |
( |
std::string |
group_field, |
|
|
std::string |
lookup_name, |
|
|
std::string |
store_path, |
|
|
utility::vector1< std::string > |
fields_to_load, |
|
|
utility::vector1< std::string > |
fields_to_load_types |
|
) |
| |
std::string protocols::indexed_structure_store::FragmentStoreManager::resolve_store_path |
( |
std::string |
store_path | ) |
|
std::mutex protocols::indexed_structure_store::FragmentStoreManager::cache_mutex |
|
private |
GroupedFragmentMap protocols::indexed_structure_store::FragmentStoreManager::grouped_fragment_map_ |
|
private |
The documentation for this class was generated from the following files: