NTP Analyzer
0.8.2
Analyze the operation of time servers
|
OR/M mapper for table hostIoReading. More...
Public Member Functions | |
override IEnumerator< HostIoReading > | GetEnumerator () |
Read all data from table in a sequential manner. More... | |
Protected Member Functions | |
override void | Insert (HostIoReading item) |
override void | ReadContent () |
override void | Update (HostIoReading item) |
Protected Member Functions inherited from Ntp.Analyzer.Data.Sql.FilteredSqlDatabaseMapper< HostIoReading > | |
FilteredSqlDatabaseMapper (LogBase log) | |
override string | PrepareSql (string sql) |
Protected Attributes | |
override string | CreateSql |
override string | TableName => "hostIoReading" |
override bool | UseCache => false |
Package Functions | |
HostIoReadingDatabaseMapper (HostDatabaseMapper hostMapper, LogBase log) | |
Private Attributes | |
readonly HostDatabaseMapper | hostMapper |
const string | InsertSql |
const string | SelectSql |
Additional Inherited Members | |
Properties inherited from Ntp.Analyzer.Data.Sql.FilteredSqlDatabaseMapper< HostIoReading > | |
Host | FilterHost [get, set] |
Gets or sets the host More... | |
Peer | FilterPeer [get, set] |
Gets or sets the peer to use when extracting data. More... | |
DateTime | FilterTime [get, set] |
Gets or sets the time to use when extracting data. Only readings with a timestamp later than FilterTime gets extracted. More... | |
OR/M mapper for table hostIoReading.
Definition at line 35 of file HostIoReadingDatabaseMapper.cs.
|
inlinepackage |
Definition at line 37 of file HostIoReadingDatabaseMapper.cs.
|
inline |
Read all data from table in a sequential manner.
Definition at line 94 of file HostIoReadingDatabaseMapper.cs.
References e.
|
inlineprotected |
Definition at line 151 of file HostIoReadingDatabaseMapper.cs.
References Ntp.Analyzer.Objects.HostIoReading.DroppedPackets, e, Ntp.Analyzer.Objects.HostIoReading.FreeReceiveBuffers, Ntp.Analyzer.Objects.Reading.Host, Ntp.Analyzer.Objects.PersistentObject.Id, Ntp.Analyzer.Objects.HostIoReading.IgnoredPackets, Ntp.Analyzer.Objects.HostIoReading.InterruptsHandled, Ntp.Analyzer.Objects.HostIoReading.LowWaterRefills, Ntp.Analyzer.Objects.HostIoReading.PacketsNotSent, Ntp.Analyzer.Objects.HostIoReading.PacketsSent, Ntp.Analyzer.Objects.HostIoReading.ReceiveBuffers, Ntp.Analyzer.Objects.HostIoReading.ReceivedByInt, Ntp.Analyzer.Objects.HostIoReading.ReceivedPackets, Ntp.Analyzer.Objects.PersistentObject.SetId(), Ntp.Analyzer.Objects.Reading.Time, Ntp.Analyzer.Objects.HostIoReading.TimeSinceReset, Ntp.Analyzer.Objects.HostIoReading.UsedReceiveBuffers, and Ntp.Analyzer.Objects.Reading.UtcOffset.
|
inlineprotected |
Definition at line 190 of file HostIoReadingDatabaseMapper.cs.
References Ntp.Analyzer.Data.Log.LogMessages.DatabaseCacheError.
|
inlineprotected |
Definition at line 195 of file HostIoReadingDatabaseMapper.cs.
References Ntp.Analyzer.Data.Log.LogMessages.DatabaseNoUpdate.
|
protected |
Definition at line 69 of file HostIoReadingDatabaseMapper.cs.
|
private |
Definition at line 63 of file HostIoReadingDatabaseMapper.cs.
|
private |
Definition at line 51 of file HostIoReadingDatabaseMapper.cs.
|
private |
Definition at line 43 of file HostIoReadingDatabaseMapper.cs.
|
protected |
Definition at line 67 of file HostIoReadingDatabaseMapper.cs.
|
protected |
Definition at line 65 of file HostIoReadingDatabaseMapper.cs.