A container used by the DHTTestApp to store context information for statistics. More...
Public Member Functions | |
| DHTStatsContext (bool measurementPhase, simtime_t requestTime, const OverlayKey &key, const BinaryValue &value=BinaryValue::UNSPECIFIED_VALUE) | |
Public Attributes | |
| bool | measurementPhase |
| simtime_t | requestTime |
| OverlayKey | key |
| BinaryValue | value |
A container used by the DHTTestApp to store context information for statistics.
Definition at line 59 of file DHTTestApp.h.
| DHTTestApp::DHTStatsContext::DHTStatsContext | ( | bool | measurementPhase, | |
| simtime_t | requestTime, | |||
| const OverlayKey & | key, | |||
| const BinaryValue & | value = BinaryValue::UNSPECIFIED_VALUE | |||
| ) | [inline] |
Definition at line 67 of file DHTTestApp.h.
:
measurementPhase(measurementPhase), requestTime(requestTime),
key(key), value(value) {};
Definition at line 64 of file DHTTestApp.h.
Referenced by DHTTestApp::handleGetResponse(), and DHTTestApp::handlePutResponse().
Definition at line 62 of file DHTTestApp.h.
Referenced by DHTTestApp::handleGetResponse(), and DHTTestApp::handlePutResponse().
| simtime_t DHTTestApp::DHTStatsContext::requestTime |
Definition at line 63 of file DHTTestApp.h.
Referenced by DHTTestApp::handleGetResponse(), and DHTTestApp::handlePutResponse().
Definition at line 65 of file DHTTestApp.h.
Referenced by DHTTestApp::handlePutResponse().
1.7.1