|
OverSim
|
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.
|
inline |
Definition at line 67 of file DHTTestApp.h.
| OverlayKey DHTTestApp::DHTStatsContext::key |
Definition at line 64 of file DHTTestApp.h.
Referenced by DHTTestApp::handleGetResponse(), and DHTTestApp::handlePutResponse().
| bool DHTTestApp::DHTStatsContext::measurementPhase |
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().
| BinaryValue DHTTestApp::DHTStatsContext::value |
Definition at line 65 of file DHTTestApp.h.
Referenced by DHTTestApp::handlePutResponse().