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