| 
    NTP Analyzer
    0.8.2
    
   Analyze the operation of time servers 
   | 
 
Job which read statistics about an ntp host and saves the result to a database. More...


Public Member Functions | |
| HostStatJob (StatConfiguration config, LogBase log) | |
  Public Member Functions inherited from Ntp.Common.Process.JobDescription | |
| override string | ToString () | 
| Returns a string that represents the current JobDescription.  More... | |
Public Attributes | |
| override string | JobType => "Host statistics" | 
| override int | Priority => 2 | 
| override ThreadType | ThreadType => ThreadType.MultiThreaded | 
  Public Attributes inherited from Ntp.Common.Process.JobDescription | |
| string | Name => Configuration.ConfigName | 
| Gets the name.  More... | |
Protected Member Functions | |
| override void | InternalExecute () | 
| Implementing method for descendants.  More... | |
  Protected Member Functions inherited from Ntp.Common.Process.JobDescription | |
| JobDescription (IJobConfiguration config, LogBase log) | |
| Initializes a new instance of the JobDescription class.  More... | |
Private Attributes | |
| readonly StatConfiguration | config | 
Additional Inherited Members | |
  Package Functions inherited from Ntp.Common.Process.JobDescription | |
| void | Execute () | 
| Perform execution of this instance.  More... | |
  Properties inherited from Ntp.Common.Process.JobDescription | |
| IJobConfiguration | Configuration [get] | 
| Gets the configuration for the job.  More... | |
| abstract string | JobType [get] | 
| Gets the type of the job as text.  More... | |
| LogBase | Log [get] | 
| Gets the log to use when registering events.  More... | |
| abstract int | Priority [get] | 
| Gets the priority to use when scheduling jobs.  More... | |
| abstract ThreadType | ThreadType [get] | 
| Gets a value indicating whether this JobDescription should run as a single thread.  More... | |
Job which read statistics about an ntp host and saves the result to a database.
Definition at line 37 of file HostStatJob.cs.
      
  | 
  inline | 
Definition at line 39 of file HostStatJob.cs.
      
  | 
  inlineprotectedvirtual | 
Implementing method for descendants.
Implements Ntp.Common.Process.JobDescription.
Definition at line 53 of file HostStatJob.cs.
References b, Ntp.Analyzer.Import.ImportFactory.CreateHostImporter(), e, Ntp.Analyzer.Import.Importer< T >.Execute(), Ntp.Analyzer.Data.DataFace.HostReadings, Ntp.Analyzer.Data.DataFace.Hosts, Ntp.Analyzer.Data.DataFace.Instance, and Ntp.Analyzer.Data.DataFace.ReadingBulks.

      
  | 
  private | 
Definition at line 45 of file HostStatJob.cs.
| override string Ntp.Analyzer.Process.Description.HostStatJob.JobType => "Host statistics" | 
Definition at line 49 of file HostStatJob.cs.
| override int Ntp.Analyzer.Process.Description.HostStatJob.Priority => 2 | 
Definition at line 51 of file HostStatJob.cs.
| override ThreadType Ntp.Analyzer.Process.Description.HostStatJob.ThreadType => ThreadType.MultiThreaded | 
Definition at line 47 of file HostStatJob.cs.