ldas-tools-diskcacheAPI
2.7.0
|
Continuous scanning of the mount point lists. More...
#include <ScanMountPointsDaemon.hh>
Public Types | |
typedef INT_4U | interval_type |
Public Member Functions | |
ScanMountPointsDaemon (std::ostream *Stream) | |
~ScanMountPointsDaemon () | |
virtual void | operator() () |
Static Public Member Functions | |
static interval_type | Interval () |
static void | Interval (interval_type Value) |
Private Member Functions | |
bool | is_active () const |
Private Attributes | |
bool | active |
Static Private Attributes | |
static LDASTools::AL::MutexLock::baton_type | m_variable_baton |
Syncronize variable access. More... | |
static interval_type | m_interval |
Delay between scans. More... | |
Continuous scanning of the mount point lists.
typedef INT_4U diskCache::ScanMountPointsDaemon::interval_type |
diskCache::ScanMountPointsDaemon::ScanMountPointsDaemon | ( | std::ostream * | Stream | ) |
diskCache::ScanMountPointsDaemon::~ScanMountPointsDaemon | ( | ) |
|
inlinestatic |
|
inlinestatic |
|
inlineprivate |
|
virtual |
Suspend scanning for a period of time
|
private |
|
staticprivate |
Delay between scans.
This variable specifies the number of milliseconds to delay between successive scans of the list of mount points.
The default value is 500 ( 0.5 sec. ).
|
staticprivate |
Syncronize variable access.