32 namespace Ntp.Analyzer.Process.Description
49 public override string JobType =>
"Host statistics";
51 public override int Priority => 2;
58 Log.HostNotFound(config.HostId);
62 var bulk = config.Bulk == null
74 Log.HostImportError(e);
78 foreach (var reading
in importer)
static Importer< HostReading > CreateHostImporter(string address, ServerType type, Host host, ReadingBulk bulk, LogBase log)
HostDatabaseMapper Hosts
Gets the host mapper.
HostReadingDatabaseMapper HostReadings
Gets the host reading mapper.
override void InternalExecute()
Implementing method for descendants.
HostStatJob(StatConfiguration config, LogBase log)
Job which read statistics about an ntp host and saves the result to a database.
ReadingBulkMapper ReadingBulks
Gets the reading bulk mapper.
Singleton facade class used to access memory persistent data.
readonly StatConfiguration config
Base class for jobs following the GoF Command Pattern.
static DataFace Instance
Gets the Singleton instance.