32 namespace Ntp.Analyzer.Process.Description
46 public override string JobType =>
"Host IO statistics";
48 public override int Priority => 2;
54 Log.OpenNtpConfigError();
61 Log.HostNotFound(config.HostId);
65 var bulk = config.Bulk == null
77 Log.HostImportError(e);
81 foreach (var entry
in importer)
HostDatabaseMapper Hosts
Gets the host mapper.
HostIoStatJob(StatConfiguration config, LogBase log)
static Importer< IoStatsEntry > CreateIoImporter(string address, ServerType type, LogBase log)
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.
override void InternalExecute()
Implementing method for descendants.
HostIoReadingDatabaseMapper HostIoReadings
Gets the host IO reading mapper.