11#ifndef O2_FRAMEWORK_CCDBFETCHERHELPER_H_
12#define O2_FRAMEWORK_CCDBFETCHERHELPER_H_
17#include <unordered_map>
23struct DataTakingContext;
90 std::unordered_map<std::string, o2::ccdb::CcdbApi>
apis;
101 std::vector<FetchOp>
const& ops,
GLsizei const GLchar *const * path
Defining PrimaryVertex explicitly as messageable.
std::vector< MetadataEntry > metadata
std::unordered_map< std::string, std::string > remappings
DataAllocator::CacheId id
o2::ccdb::CcdbApi & getAPI(const std::string &path)
std::vector< OutputRoute > routes
uint32_t lastCheckedTFCounterOrbReset
std::unordered_map< std::string, std::string > remappings
static auto populateCacheWith(std::shared_ptr< CCDBFetcherHelper > const &helper, std::vector< FetchOp > const &ops, TimingInfo &timingInfo, DataTakingContext &dtc, DataAllocator &allocator) -> std::vector< Response >
std::unordered_map< std::string, DataAllocator::CacheId > mapURL2DPLCache
std::unordered_map< std::string, o2::ccdb::CcdbApi > apis
std::string createdNotBefore
std::string createdNotAfter
static void initialiseHelper(CCDBFetcherHelper &helper, ConfigParamRegistry const &options)
std::unordered_map< std::string, CCDBCacheInfo > mapURL2UUID
static ParserResult parseRemappings(char const *)