OverSim
|
#include <DHTDataStorage.h>
Public Attributes | |
BinaryValue | value |
uint32_t | kind |
uint32_t | id |
cMessage * | ttlMessage |
bool | is_modifiable |
NodeHandle | sourceNode |
bool | responsible |
SiblingVoteMap | siblingVote |
Friends | |
std::ostream & | operator<< (std::ostream &Stream, const DhtDataEntry entry) |
Definition at line 51 of file DHTDataStorage.h.
|
friend |
Definition at line 33 of file DHTDataStorage.cc.
uint32_t DhtDataEntry::id |
Definition at line 55 of file DHTDataStorage.h.
Referenced by DHTDataStorage::addData(), operator<<(), DHT::sendMaintenancePutCall(), and CBRDHT::update().
bool DhtDataEntry::is_modifiable |
Definition at line 57 of file DHTDataStorage.h.
Referenced by DHTDataStorage::addData(), DHTDataStorage::isModifiable(), DHT::sendMaintenancePutCall(), and CBRDHT::update().
uint32_t DhtDataEntry::kind |
Definition at line 54 of file DHTDataStorage.h.
Referenced by DHTDataStorage::addData(), operator<<(), DHT::sendMaintenancePutCall(), and CBRDHT::update().
bool DhtDataEntry::responsible |
Definition at line 59 of file DHTDataStorage.h.
Referenced by DHTDataStorage::addData(), DHT::handlePutRequest(), operator<<(), CBRDHT::update(), and DHT::update().
SiblingVoteMap DhtDataEntry::siblingVote |
Definition at line 61 of file DHTDataStorage.h.
Referenced by DHT::handlePutRequest(), and operator<<().
NodeHandle DhtDataEntry::sourceNode |
Definition at line 58 of file DHTDataStorage.h.
Referenced by DHTDataStorage::addData(), DHTDataStorage::getSourceNode(), and operator<<().
cMessage* DhtDataEntry::ttlMessage |
Definition at line 56 of file DHTDataStorage.h.
Referenced by DHTDataStorage::addData(), operator<<(), DHT::sendMaintenancePutCall(), and CBRDHT::update().
BinaryValue DhtDataEntry::value |
Definition at line 53 of file DHTDataStorage.h.
Referenced by DHTDataStorage::addData(), DHT::handlePutRequest(), operator<<(), DHT::sendMaintenancePutCall(), and CBRDHT::update().