|
const Cache::SDGTx::file_extension_container_type & | diskCache::Commands::FileExtList () |
| usage: set ext_list [ getFileExtList ] More...
|
|
void | diskCache::Commands::getDirCache (diskCache::Cache::QueryAnswer &Answer, const char *Ifo="all", const char *Type="all") |
| Get ASCII representation of the current frame hash. More...
|
|
void | diskCache::Commands::getFileNames (diskCache::Cache::QueryAnswer &Answer, const char *ifo_type_str, const unsigned int query_start, const unsigned int query_stop, const std::string &Extension) |
| Get filename based on search criteria. More...
|
|
void | diskCache::Commands::getFrameFiles (diskCache::Cache::QueryAnswer &Answer, const char *Ifo, const char *Type, const unsigned int StartTime, const unsigned int StopTime, const std::string &Extension, const bool GapsAllowed) |
| Frame query. More...
|
|
void | diskCache::Commands::getIntervalsList (diskCache::Cache::QueryAnswer &Answer, const char *ifo_type_str, const INT_4U query_start, const INT_4U query_stop, const std::string &Extension) |
| Get TCL formatted lists of intervals for data matching the specified and Type within the bounds of the query. More...
|
|
void | diskCache::Commands::getRDSFrameFiles (diskCache::Cache::QueryAnswer &Answer, const char *ifo, const char *type, const unsigned int start_time, const unsigned int stop_time, const std::string &Extension, const bool will_resample) |
| RDS frame query. More...
|
|
void | diskCache::Commands::updateFileExtList (const diskCache::Cache::SDGTx::file_extension_container_type &Extensions) |
| usage: updateFileExtList [ list ] More...
|
|
void | diskCache::Commands::updateMountPtList (MountPointManagerSingleton::UpdateResults &Status, const MountPointManagerSingleton::mount_point_name_container_type &Paths, const bool enable_global_check=false) |
| usage: set dir_list [ updateMountPtList known_mount_pt_dirs optional_global_check ] More...
|
|