OverSim
|
#include <set>
#include <vector>
#include <map>
#include <sstream>
#include <omnetpp.h>
#include <NodeHandle.h>
#include <InitStages.h>
#include <BinaryValue.h>
#include <NodeVector.h>
#include <CommonMessages_m.h>
Go to the source code of this file.
Classes | |
struct | DhtDataEntry |
class | DHTDataStorage |
Typedefs | |
typedef std::map< BinaryValue, NodeVector > | SiblingVoteMap |
DHT data storage module. | |
typedef std::vector< std::pair < OverlayKey, DhtDataEntry > > | DhtDataVector |
typedef std::vector< DhtDumpEntry > | DhtDumpVector |
typedef std::multimap < OverlayKey, DhtDataEntry > | DhtDataMap |
Definition in file DHTDataStorage.h.
typedef std::multimap<OverlayKey, DhtDataEntry> DhtDataMap |
Definition at line 66 of file DHTDataStorage.h.
typedef std::vector<std::pair<OverlayKey, DhtDataEntry> > DhtDataVector |
Definition at line 64 of file DHTDataStorage.h.
typedef std::vector<DhtDumpEntry> DhtDumpVector |
Definition at line 65 of file DHTDataStorage.h.
typedef std::map<BinaryValue, NodeVector> SiblingVoteMap |
DHT data storage module.
This modul contains the data storage of the DHT implementation.
Definition at line 49 of file DHTDataStorage.h.