Public Types | |
typedef std::vector < boost::filesystem::path > | InputBatchFiles |
typedef boost::ptr_map < uint64_t, InputBatchFiles > | InputLaneBatches |
Public Member Functions | |
EvidenceCacheReader (const boost::filesystem::path &rootDir) | |
void | readBatchRecords (size_t batchKey, BatchRecords &result, const reference::CrrFile &crr) |
Protected Member Functions | |
void | collectFiles () |
Static Protected Member Functions | |
static void | initCacheRecordParser (util::DelimitedFile &delimitedFile, EvidenceCacheDnbRecord &record, const reference::CrrFile &crr) |
Protected Attributes | |
boost::filesystem::path | rootDir_ |
InputLaneBatches | inputBatches_ |