32 namespace Ntp.Analyzer.Process.Description
49 public override string JobType =>
"Drift statistics";
51 public override int Priority => 2;
58 Log.HostNotFound(config.HostId);
62 var bulk = config.Bulk == null
74 Log.HostImportError(e);
HostDatabaseMapper Hosts
Gets the host mapper.
Job which read statistics from an ntp drift file and saves the result to a database.
static DriftFileImporter CreateDriftImporter(string file, ServerType type, Host host, ReadingBulk bulk, LogBase log)
DriftStatJob(DriftStatConfiguration config, LogBase log)
ReadingBulkMapper ReadingBulks
Gets the reading bulk mapper.
readonly DriftStatConfiguration config
Singleton facade class used to access memory persistent data.
Base class for jobs following the GoF Command Pattern.
static DataFace Instance
Gets the Singleton instance.
override void InternalExecute()
Implementing method for descendants.
DriftReadingDatabaseMapper DriftReadings
Gets the host drift reading mapper.