ATLAS Offline Software
Crest::CrestClientExt Member List

This is the complete list of members for Crest::CrestClientExt, including all inherited members.

BOOST_PARAMETER_MEMBER_FUNCTION((GlobalTagSetDto), listGlobalTagsParams, tag,(required)(optional(name,(std::string), "")(size,(int), 1000)(page,(int), 0)(sort,(std::string), "name:ASC")))Crest::CrestClientExtinline
BOOST_PARAMETER_MEMBER_FUNCTION((TagSetDto), listTagsParams, tag,(required)(optional(name,(std::string), "")(size,(int), 1000)(page,(int), 0)(sort,(std::string), "name:ASC")))Crest::CrestClientExtinline
checkCrestVersion()Crest::CrestClient
checkHash(const std::string &hash, const std::string &str, const char *method_name)Crest::CrestClientprivate
createGlobalTag(GlobalTagDto &globalTag) overrideCrest::CrestClientvirtual
createGlobalTagMap(GlobalTagMapDto &globalTagMap) overrideCrest::CrestClientvirtual
createTag(TagDto &tag) overrideCrest::CrestClientvirtual
createTagMeta(TagMetaDto &tag) overrideCrest::CrestClientvirtual
CrestClient(const std::string &host, const std::string &port, bool checkVersion=false)Crest::CrestClient
CrestClient(std::string_view url, bool checkVersion=false)Crest::CrestClient
CrestClientExt(const std::string &_host, const std::string &_port, bool _check_version=s_CREST_CLIENT_CHECK)Crest::CrestClientExtinline
CrestClientExt(const std::string &url, bool check_version=s_CREST_CLIENT_CHECK)Crest::CrestClientExtinline
findGlobalTag(const std::string &name) overrideCrest::CrestClientvirtual
findGlobalTagMap(const std::string &name, const std::string &xCrestMapMode) overrideCrest::CrestClientvirtual
findTag(const std::string &name) overrideCrest::CrestClientvirtual
findTagMeta(const std::string &name) overrideCrest::CrestClientvirtual
getClientVersion()Crest::CrestApiBaseprotected
getCrestVersion() overrideCrest::CrestClientprivatevirtual
getHash(std::string_view str)Crest::CrestApiBaseprotected
getHashForFile(const std::string &file)Crest::CrestApiBaseprotected
getJson(const std::string &str, const char *method) constCrest::CrestClientprivate
getMajorVersion(std::string &str)Crest::CrestClientprivate
getMgmtInfo()Crest::CrestClientprivate
getPayload(const std::string &hash) overrideCrest::CrestClientvirtual
getPayloadMeta(const std::string &hash) overrideCrest::CrestClientvirtual
getSize(const std::string &tagname) overrideCrest::CrestClientvirtual
listGlobalTags(const std::string &name, int size, int page, const std::string &sort) overrideCrest::CrestClientvirtual
listTags(const std::string &name, int size, int page, const std::string &sort) overrideCrest::CrestClientvirtual
m_hostCrest::CrestClientprivate
m_PATHCrest::CrestClientprivate
m_portCrest::CrestClientprivate
m_prefixCrest::CrestClientprivate
m_requestCrest::CrestClientprivate
makeUrl(const std::string &address) constCrest::CrestClientprivate
parseXMLOutput(const std::string_view xmlBuffer) constCrest::CrestClientprivate
removeCR(const std::string &str) constCrest::CrestClientprivate
removeGlobalTag(const std::string &name) overrideCrest::CrestClientvirtual
removeGlobalTagMap(const std::string &name, const std::string &record, const std::string &label, const std::string &tagname) overrideCrest::CrestClientvirtual
removeTag(const std::string &name) overrideCrest::CrestClientvirtual
s_ADMIN_PATHCrest::CrestClientinlineprivatestatic
s_CREST_CLIENT_CHECKCrest::CrestClientinlinestatic
s_CREST_CLIENT_VERSIONCrest::CrestClientinlineprivatestatic
s_DATA_PATHCrest::CrestClientinlineprivatestatic
s_FOLDER_PATHCrest::CrestClientinlineprivatestatic
s_GLOBALTAG_MAP_PATHCrest::CrestClientinlineprivatestatic
s_GLOBALTAG_PATHCrest::CrestClientinlineprivatestatic
s_IOV_PATHCrest::CrestClientinlineprivatestatic
s_IOV_SIZE_PATHCrest::CrestClientinlineprivatestatic
s_META_PATHCrest::CrestClientinlineprivatestatic
s_METHOD_GROUPSCrest::CrestClientinlineprivatestatic
s_METHOD_IOVSCrest::CrestClientinlineprivatestatic
s_MGMT_INFO_PATHCrest::CrestClientinlineprivatestatic
s_MGMT_INFO_PATH_2Crest::CrestClientinlineprivatestatic
s_MGMT_PATHCrest::CrestClientinlineprivatestatic
s_MONITORING_PAYLOAD_PATHCrest::CrestClientinlineprivatestatic
s_PAYLOAD_PATHCrest::CrestClientinlineprivatestatic
s_RUNINFO_LIST_PATHCrest::CrestClientinlineprivatestatic
s_RUNINFO_PATHCrest::CrestClientinlineprivatestatic
s_TAG_PATHCrest::CrestClientinlineprivatestatic
selectGroups(const std::string &name, long snapshot, int size, int page, const std::string &sort) overrideCrest::CrestClientvirtual
selectIovs(const std::string &name, uint64_t since, uint64_t until, long snapshot, int size, int page, const std::string &sort) overrideCrest::CrestClientvirtual
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) overrideCrest::CrestClientvirtual
updateTagMeta(TagMetaDto &tag) overrideCrest::CrestClientvirtual
~CrestApiBase()=defaultCrest::CrestApiBasevirtual
~CrestClient()Crest::CrestClient