ATLAS Offline Software
|
This is the complete list of members for Crest::CrestClient, including all inherited members.
checkCrestVersion() | Crest::CrestClient | |
createGlobalTag(GlobalTagDto &globalTag) override | Crest::CrestClient | virtual |
createGlobalTagMap(GlobalTagMapDto &globalTagMap) override | Crest::CrestClient | virtual |
createTag(TagDto &tag) override | Crest::CrestClient | virtual |
createTagMeta(TagMetaDto &tag) override | Crest::CrestClient | virtual |
CrestClient(const std::string &host, const std::string &port, bool checkVersion=false) | Crest::CrestClient | |
CrestClient(std::string_view url, bool checkVersion=false) | Crest::CrestClient | |
findGlobalTag(const std::string &name) override | Crest::CrestClient | virtual |
findGlobalTagMap(const std::string &name, const std::string &xCrestMapMode) override | Crest::CrestClient | virtual |
findTag(const std::string &name) override | Crest::CrestClient | virtual |
findTagMeta(const std::string &name) override | Crest::CrestClient | virtual |
getClientVersion() | Crest::CrestClient | private |
getCrestVersion() | Crest::CrestClient | private |
getJson(const std::string &str, const char *method) const | Crest::CrestClient | private |
getMajorVersion(std::string &str) | Crest::CrestClient | private |
getMgmtInfo() | Crest::CrestClient | private |
getPayload(const std::string &hash) override | Crest::CrestClient | virtual |
getPayloadMeta(const std::string &hash) override | Crest::CrestClient | virtual |
getSize(const std::string &tagname) override | Crest::CrestClient | virtual |
listGlobalTags(const std::string &name, int size, int page, const std::string &sort) override | Crest::CrestClient | virtual |
listTags(const std::string &name, int size, int page, const std::string &sort) override | Crest::CrestClient | virtual |
m_host | Crest::CrestClient | private |
m_PATH | Crest::CrestClient | private |
m_port | Crest::CrestClient | private |
m_prefix | Crest::CrestClient | private |
m_request | Crest::CrestClient | private |
makeUrl(const std::string &address) const | Crest::CrestClient | private |
parseXMLOutput(const std::string_view xmlBuffer) const | Crest::CrestClient | private |
removeCR(const std::string &str) const | Crest::CrestClient | private |
removeGlobalTag(const std::string &name) override | Crest::CrestClient | virtual |
removeGlobalTagMap(const std::string &name, const std::string &record, const std::string &label, const std::string &tagname) override | Crest::CrestClient | virtual |
removeTag(const std::string &name) override | Crest::CrestClient | virtual |
s_ADMIN_PATH | Crest::CrestClient | inlineprivatestatic |
s_CREST_CLIENT_CHECK | Crest::CrestClient | inlinestatic |
s_CREST_CLIENT_VERSION | Crest::CrestClient | inlineprivatestatic |
s_DATA_PATH | Crest::CrestClient | inlineprivatestatic |
s_FOLDER_PATH | Crest::CrestClient | inlineprivatestatic |
s_GLOBALTAG_MAP_PATH | Crest::CrestClient | inlineprivatestatic |
s_GLOBALTAG_PATH | Crest::CrestClient | inlineprivatestatic |
s_IOV_PATH | Crest::CrestClient | inlineprivatestatic |
s_IOV_SIZE_PATH | Crest::CrestClient | inlineprivatestatic |
s_META_PATH | Crest::CrestClient | inlineprivatestatic |
s_METHOD_GROUPS | Crest::CrestClient | inlineprivatestatic |
s_METHOD_IOVS | Crest::CrestClient | inlineprivatestatic |
s_MGMT_INFO_PATH | Crest::CrestClient | inlineprivatestatic |
s_MGMT_INFO_PATH_2 | Crest::CrestClient | inlineprivatestatic |
s_MGMT_PATH | Crest::CrestClient | inlineprivatestatic |
s_MONITORING_PAYLOAD_PATH | Crest::CrestClient | inlineprivatestatic |
s_PAYLOAD_PATH | Crest::CrestClient | inlineprivatestatic |
s_RUNINFO_LIST_PATH | Crest::CrestClient | inlineprivatestatic |
s_RUNINFO_PATH | Crest::CrestClient | inlineprivatestatic |
s_TAG_PATH | Crest::CrestClient | inlineprivatestatic |
selectGroups(const std::string &name, long snapshot, int size, int page, const std::string &sort) override | Crest::CrestClient | virtual |
selectIovs(const std::string &name, uint64_t since, uint64_t until, long snapshot, int size, int page, const std::string &sort) override | Crest::CrestClient | virtual |
storeData(const std::string &tag, const StoreSetDto &storeSetJson, const std::string &payloadFormat="JSON", const std::string &objectType="none", const std::string &compressionType="none", const std::string &version="1.0", uint64_t endTime=-1) override | Crest::CrestClient | virtual |
updateTagMeta(TagMetaDto &tag) override | Crest::CrestClient | virtual |
~CrestApiBase()=default | Crest::CrestApiBase | virtual |
~CrestClient() | Crest::CrestClient |