30 namespace Ntp.Analyzer.Process.Description
44 public override string JobType =>
"Peer graphs generation";
46 public override int Priority => 21;
53 Log.HostNotFound(config.HostId);
59 foreach (var entry
in peers)
61 var graph =
new PeerGraph(config, host, entry.Peer);
62 SaveStream(graph,
string.Concat(entry.Name,
".", graph.ImageFileExtension));
readonly PeerGraphConfiguration config
HostDatabaseMapper Hosts
Gets the host mapper.
override void InternalExecute()
Implementing method for descendants.
Singleton facade class used to access memory persistent data.
PeerActivityDatabaseMapper PeerActivities
Gets the peer activity mapper.
PeerGraphJob(PeerGraphConfiguration config, LogBase log)
static DataFace Instance
Gets the Singleton instance.
Peer graph configuration used when creating Ntp.Analyzer.Graph.PeerGraph.