SOLA
Loading...
Searching...
No Matches
Public Member Functions | List of all members
minhton::LocalData Class Reference
Inheritance diagram for minhton::LocalData:
minhton::NodeData

Public Member Functions

std::vector< NodeInfogetSubscribers (const NodeData::Key &key)
 
void addKeySubscriber (NodeData::Key key, NodeInfo &subscriber)
 
void removeKeySubscriber (const NodeData::Key &key, NodeInfo &unsubscriber)
 
bool isValueUpToDate (const NodeData::Key &key, uint64_t validity_threshold_timestamp) override
 
bool isLocal () const override
 
- Public Member Functions inherited from minhton::NodeData
virtual bool insert (Key key, ValueTimestampAndType value_timestamp_and_type)
 
virtual bool update (Key key, ValueTimestampAndType value_timestamp_and_type)
 
virtual void remove (Key key)
 
bool hasKey (const Key &key)
 
Value getValue (Key key)
 
ValueAndTimestamp getValueAndTimestamp (Key key)
 
ValueTimestampAndType getValueTimestampAndType (Key key)
 
std::unordered_map< Key, ValueTimestampAndType > getData () const
 
std::vector< Key > getAllCurrentKeys ()
 
 SERIALIZE (data_)
 

Additional Inherited Members

- Public Types inherited from minhton::NodeData
enum  ValueType : uint8_t { kValueDynamic = 0 , kValueStatic = 1 }
 
using Key = std::string
 
using Value = std::variant< int, float, bool, std::string >
 
using ValueAndTimestamp = std::tuple< Value, uint64_t >
 
using ValueTimestampAndType = std::tuple< Value, uint64_t, ValueType >
 
using ValueAndType = std::tuple< Value, ValueType >
 
using Attributes = std::vector< std::tuple< NodeData::Key, NodeData::Value > >
 
using NodesWithAttributes = std::unordered_map< NodeInfo, Attributes, NodeInfoHasher >
 
using AttributesAndTypes = std::vector< std::tuple< NodeData::Key, NodeData::Value, NodeData::ValueType > >
 
using NodesWithAttributesAndTypes = std::unordered_map< NodeInfo, AttributesAndTypes, NodeInfoHasher >
 

Member Function Documentation

◆ isLocal()

bool minhton::LocalData::isLocal ( ) const
overridevirtual

Implements minhton::NodeData.

◆ isValueUpToDate()

bool minhton::LocalData::isValueUpToDate ( const NodeData::Key &  key,
uint64_t  validity_threshold_timestamp 
)
overridevirtual

Reimplemented from minhton::NodeData.


The documentation for this class was generated from the following files: