irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include "irods_resource_manager.hpp"
#include "irods_hierarchy_parser.hpp"
#include "rsGlobalExtern.hpp"
Go to the source code of this file.
Namespaces | |
irods | |
Functions | |
error | irods::resource_to_kvp (resource_ptr &, keyValPair_t *) |
error | irods::get_resc_properties_as_kvp (const std::string &, keyValPair_t *) |
error | irods::is_resc_live (rodsLong_t) |
error | irods::is_hier_live (const std::string &) |
error | irods::set_default_resource (rsComm_t *, const std::string &, const std::string &, keyValPair_t *, std::string &) |
error | irods::resolve_resource_name (const std::string &, keyValPair_t *, std::string &) |
error | irods::get_host_status_by_host_info (rodsServerHost_t *) |
error | irods::get_host_for_hier_string (const std::string &, int &, rodsServerHost_t *&) |
error | irods::get_resc_type_for_hier_string (const std::string &, std::string &) |
error | irods::get_loc_for_hier_string (const std::string &_hier, std::string &_loc) |
template<typename T > | |
error | irods::get_resource_property (rodsLong_t _resc_id, const std::string &_prop_name, T &_prop) |
template<typename T > | |
error | irods::set_resource_property (std::string _name, const std::string &_prop_name, T &_prop) |
template<typename T > | |
error | irods::get_resc_hier_property (const std::string &_hier_string, const std::string &_prop_name, T &_prop) |
error | irods::get_vault_path_for_hier_string (const std::string &_hier_string, std::string &_rtn_vault_path) |