#include <FileFetcher.h>
Definition at line 31 of file FileFetcher.h.
◆ FileFetcher()
| FileFetcher::FileFetcher |
( |
const std::string & |
input, |
|
|
const std::string & |
selRegex = "", |
|
|
const std::string & |
remRegex = "", |
|
|
const std::string & |
copyCmd = "", |
|
|
const std::string & |
copyDir = "/tmp" |
|
) |
| |
◆ ~FileFetcher()
| FileFetcher::~FileFetcher |
( |
| ) |
|
◆ cleanup()
| void FileFetcher::cleanup |
( |
| ) |
|
◆ discardFile()
| void FileFetcher::discardFile |
( |
const std::string & |
fname | ) |
|
◆ getFailThreshold()
| float o2::utils::FileFetcher::getFailThreshold |
( |
| ) |
const |
|
inline |
◆ getFileRef()
| const auto & o2::utils::FileFetcher::getFileRef |
( |
size_t |
i | ) |
const |
|
inline |
◆ getMaxFilesInQueue()
| size_t o2::utils::FileFetcher::getMaxFilesInQueue |
( |
| ) |
const |
|
inline |
◆ getNextFileInQueue()
| std::string FileFetcher::getNextFileInQueue |
( |
| ) |
const |
◆ getNFiles()
| size_t o2::utils::FileFetcher::getNFiles |
( |
| ) |
const |
|
inline |
◆ getNFilesProc()
| size_t o2::utils::FileFetcher::getNFilesProc |
( |
| ) |
const |
|
inline |
◆ getNFilesProcOK()
| size_t o2::utils::FileFetcher::getNFilesProcOK |
( |
| ) |
const |
|
inline |
◆ getNLoops()
| size_t o2::utils::FileFetcher::getNLoops |
( |
| ) |
const |
|
inline |
◆ getNRemoteFiles()
| size_t o2::utils::FileFetcher::getNRemoteFiles |
( |
| ) |
const |
|
inline |
◆ getQueueSize()
| size_t o2::utils::FileFetcher::getQueueSize |
( |
| ) |
const |
|
inline |
◆ isFailed()
| bool o2::utils::FileFetcher::isFailed |
( |
| ) |
const |
|
inline |
◆ isRunning()
| bool o2::utils::FileFetcher::isRunning |
( |
| ) |
const |
|
inline |
◆ popFromQueue()
| size_t FileFetcher::popFromQueue |
( |
bool |
discard = false | ) |
|
◆ setFailThreshold()
| void o2::utils::FileFetcher::setFailThreshold |
( |
float |
f | ) |
|
|
inline |
◆ setMaxFilesInQueue()
| void o2::utils::FileFetcher::setMaxFilesInQueue |
( |
size_t |
s | ) |
|
|
inline |
◆ setMaxLoops()
| void o2::utils::FileFetcher::setMaxLoops |
( |
size_t |
v | ) |
|
|
inline |
◆ start()
| void FileFetcher::start |
( |
| ) |
|
◆ stop()
| void FileFetcher::stop |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Common/Utils/include/CommonUtils/FileFetcher.h
- /home/runner/work/AliceO2/AliceO2/Common/Utils/src/FileFetcher.cxx