ATLAS Offline Software
|
This is the complete list of members for Crest::CrestApiBase, including all inherited members.
createGlobalTag(GlobalTagDto &globalTag)=0 | Crest::CrestApiBase | pure virtual |
createGlobalTagMap(GlobalTagMapDto &globalTagMap)=0 | Crest::CrestApiBase | pure virtual |
createTag(TagDto &tag)=0 | Crest::CrestApiBase | pure virtual |
createTagMeta(TagMetaDto &tag)=0 | Crest::CrestApiBase | pure virtual |
findGlobalTag(const std::string &name)=0 | Crest::CrestApiBase | pure virtual |
findGlobalTagMap(const std::string &name, const std::string &xCrestMapMode)=0 | Crest::CrestApiBase | pure virtual |
findTag(const std::string &name)=0 | Crest::CrestApiBase | pure virtual |
findTagMeta(const std::string &name)=0 | Crest::CrestApiBase | pure virtual |
getClientVersion() | Crest::CrestApiBase | protected |
getCrestVersion()=0 | Crest::CrestApiBase | pure virtual |
getHash(std::string_view str) | Crest::CrestApiBase | protected |
getHashForFile(const std::string &file) | Crest::CrestApiBase | protected |
getPayload(const std::string &hash)=0 | Crest::CrestApiBase | pure virtual |
getPayloadMeta(const std::string &hash)=0 | Crest::CrestApiBase | pure virtual |
getSize(const std::string &tagname)=0 | Crest::CrestApiBase | pure virtual |
listGlobalTags(const std::string &name, int size, int page, const std::string &sort)=0 | Crest::CrestApiBase | pure virtual |
listTags(const std::string &name, int size, int page, const std::string &sort)=0 | Crest::CrestApiBase | pure virtual |
removeGlobalTag(const std::string &name)=0 | Crest::CrestApiBase | pure virtual |
removeGlobalTagMap(const std::string &name, const std::string &record, const std::string &label, const std::string &tagname)=0 | Crest::CrestApiBase | pure virtual |
removeTag(const std::string &name)=0 | Crest::CrestApiBase | pure virtual |
s_CREST_CLIENT_VERSION | Crest::CrestApiBase | inlineprivatestatic |
selectGroups(const std::string &name, long snapshot, int size, int page, const std::string &sort)=0 | Crest::CrestApiBase | pure virtual |
selectIovs(const std::string &name, uint64_t since, uint64_t until, long snapshot, int size, int page, const std::string &sort)=0 | Crest::CrestApiBase | pure virtual |
storeData(const std::string &tag, const StoreSetDto &storeSetJson, const std::string &payloadFormat, const std::string &objectType, const std::string &compressionType, const std::string &version, uint64_t endTime)=0 | Crest::CrestApiBase | pure virtual |
updateTagMeta(TagMetaDto &tag)=0 | Crest::CrestApiBase | pure virtual |
~CrestApiBase()=default | Crest::CrestApiBase | virtual |