#include <DirectoryLoader.h>
|
static std::deque< std::string > | load (const std::string &path, const std::string &marker, const std::vector< std::string > &ext) |
|
static std::deque< std::string > | load (const std::vector< std::string > &paths, const std::string &marker, const std::vector< std::string > &ext) |
|
static std::vector< std::string > | allFolders (const std::string &location) |
|
static bool | canCreateNextFile (const std::vector< std::string > &paths, const std::string &marker, const std::vector< std::string > &ext, long long millisec, long capacityAllowed) |
|
static void | reduceNumberOfFiles (const std::string &path, const std::deque< std::string > &files, std::size_t filesInFolder) |
|
static void | removeOldestFiles (const std::string &path, std::vector< std::string > &ext, int remaining) |
|
Definition at line 28 of file DirectoryLoader.h.
◆ allFolders()
std::vector< std::string > DirectoryLoader::allFolders |
( |
const std::string & |
location | ) |
|
|
static |
◆ canCreateNextFile()
bool DirectoryLoader::canCreateNextFile |
( |
const std::vector< std::string > & |
paths, |
|
|
const std::string & |
marker, |
|
|
const std::vector< std::string > & |
ext, |
|
|
long long |
millisec, |
|
|
long |
capacityAllowed |
|
) |
| |
|
static |
◆ load() [1/2]
deque< string > DirectoryLoader::load |
( |
const std::string & |
path, |
|
|
const std::string & |
marker, |
|
|
const std::vector< std::string > & |
ext |
|
) |
| |
|
static |
◆ load() [2/2]
deque< string > DirectoryLoader::load |
( |
const std::vector< std::string > & |
paths, |
|
|
const std::string & |
marker, |
|
|
const std::vector< std::string > & |
ext |
|
) |
| |
|
static |
◆ reduceNumberOfFiles()
void DirectoryLoader::reduceNumberOfFiles |
( |
const std::string & |
path, |
|
|
const std::deque< std::string > & |
files, |
|
|
std::size_t |
filesInFolder |
|
) |
| |
|
static |
◆ removeOldestFiles()
void DirectoryLoader::removeOldestFiles |
( |
const std::string & |
path, |
|
|
std::vector< std::string > & |
ext, |
|
|
int |
remaining |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/EventVisualisation/Base/include/EventVisualisationBase/DirectoryLoader.h
- /home/runner/work/AliceO2/AliceO2/EventVisualisation/Base/src/DirectoryLoader.cxx