28 namespace Ntp.Analyzer.Process.Description
42 public override string JobType =>
"Bulk stat";
44 public override int Priority => 1;
48 var bulk =
new ReadingBulk(config.Name, config.TimeStamp);
readonly ReadingBulkConfiguration config
BulkStatJob(ReadingBulkConfiguration config, LogBase log)
override void InternalExecute()
Implementing method for descendants.
ReadingBulkMapper ReadingBulks
Gets the reading bulk mapper.
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.