30 namespace Ntp.Analyzer.Process.Description
44 public override string JobType =>
"Host graph generation";
46 public override int Priority => 20;
53 Log.HostNotFound(config.HostId);
HostDatabaseMapper Hosts
Gets the host mapper.
readonly HostGraphConfiguration config
Singleton facade class used to access memory persistent data.
Host graph configuration used when creating Analyzer.Graph.HostGraph.
override void InternalExecute()
Implementing method for descendants.
HostGraphJob(HostGraphConfiguration config, LogBase log)
static DataFace Instance
Gets the Singleton instance.