single Xaction stats (i.e., a historical record entry)
More...
|
| | Entry (const String &serviceId, const timeval &when) |
| |
| | Entry () |
| |
| void | stop () |
| | updates stats on transaction end
|
| |
| int | rptm () |
| | returns response time [msec], calculates it if needed
|
| |
|
| String | service |
| | adaptation service ID
|
| |
| timeval | start |
| | when the xaction was started
|
| |
| bool | retried |
| | whether the xaction was replaced by another
|
| |
|
| int | theRptm |
| | calculated and cached response time value in msec
|
| |
Definition at line 79 of file History.h.
◆ Entry() [1/2]
| Adaptation::History::Entry::Entry |
( |
const String & |
serviceId, |
|
|
const timeval & |
when |
|
) |
| |
◆ Entry() [2/2]
| Adaptation::History::Entry::Entry |
( |
| ) |
|
◆ rptm()
| int Adaptation::History::Entry::rptm |
( |
| ) |
|
◆ stop()
| void Adaptation::History::Entry::stop |
( |
| ) |
|
◆ retried
| bool Adaptation::History::Entry::retried |
◆ service
| String Adaptation::History::Entry::service |
◆ start
| timeval Adaptation::History::Entry::start |
◆ theRptm
| int Adaptation::History::Entry::theRptm |
|
private |
The documentation for this class was generated from the following files: